#3996D0

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

Shades of Curious Blue #3996D0

Tints of Curious Blue #3996D0

Color information

#3996D0 (or 0x3996D0) is unknown color: approx Curious Blue. HEX triplet: 39, 96 and D0. RGB value is (57,150,208). Sum of RGB (Red+Green+Blue) = 57+150+208=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #3996D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3996D0 is #C6692F. Grayscale: #808080. Windows color (decimal): -13003056 or 13669945. OLE color: 13669945.

HSL color Cylindrical-coordinate representation of color #3996D0: hue angle of 203.05º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3996D0 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB57150208-
CMYK0.730.2800.18
HSL203.05º61.63%51.96%-
HSV(B)203.05º72.6%81.57%-
XYZ23.9827.2463.67-
YUV128.8172.6976.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.73%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 208 (81.64% from 255) = 50.12%
R=13.73%
G=36.14%
B=50.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal571502080.730.2800.18203.0561.6351.96
Hex3996D0491C012cb3e34
Octal71226320111340223137664
Binary111001100101101101000010010011110001001011001011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3996D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3996D0; }

 p { color: rgb(57,150,208); }

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

<style>
 a { background-color: #3996D0; }

 a { background-color: rgb(57,150,208); }

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

<style>
 span { border-color: #3996D0; }

 span { border-color: rgb(57,150,208); }

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