#3283B6

Color #3283B6 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3283B6

Tints of Curious Blue #3283B6

Color information

#3283B6 (or 0x3283B6) is unknown color: approx Curious Blue. HEX triplet: 32, 83 and B6. RGB value is (50,131,182). Sum of RGB (Red+Green+Blue) = 50+131+182=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #3283B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3283B6 is #CD7C49. Grayscale: #707070. Windows color (decimal): -13466698 or 11961138. OLE color: 11961138.

HSL color Cylindrical-coordinate representation of color #3283B6: hue angle of 203.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3283B6 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB50131182-
CMYK0.730.2800.29
HSL203.18º56.9%45.49%-
HSV(B)203.18º72.53%71.37%-
XYZ17.8820.2947.23-
YUV112.6167.1683.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 182 (71.48% from 255) = 50.14%
R=13.77%
G=36.09%
B=50.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501311820.730.2800.29203.1856.945.49
Hex3283B6491C01Dcb392d
Octal62203266111340353137155
Binary110010100000111011011010010011110001110111001011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3283B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3283B6; }

 p { color: rgb(50,131,182); }

 H1.HeaderClassName
 {
   color: #3283B6;
 }
 .AnyTagClassName
 {
   color: #3283B6;
 }
</style>
background-color css

<style>
 a { background-color: #3283B6; }

 a { background-color: rgb(50,131,182); }

 div.DivClassName
 {
   background-color: #3283B6;
 }
 .BgClassName
 {
   background-color: #3283B6;
 }
</style>
border-color css

<style>
 span { border-color: #3283B6; }

 span { border-color: rgb(50,131,182); }

 td.TdClassName
 {
   border-color: #3283B6;
 }
 .TagClassName
 {
   border-color: #3283B6;
 }
</style>