#3996CB

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

Shades of Curious Blue #3996CB

Tints of Curious Blue #3996CB

Color information

#3996CB (or 0x3996CB) is unknown color: approx Curious Blue. HEX triplet: 39, 96 and CB. RGB value is (57,150,203). Sum of RGB (Red+Green+Blue) = 57+150+203=410 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.90% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #3996CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3996CB is #C66934. Grayscale: #7F7F7F. Windows color (decimal): -13003061 or 13342265. OLE color: 13342265.

HSL color Cylindrical-coordinate representation of color #3996CB: hue angle of 201.78º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3996CB is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57150203-
CMYK0.720.2600.20
HSL201.78º58.4%50.98%-
HSV(B)201.78º71.92%79.61%-
XYZ23.3726.9960.48-
YUV128.23170.1977.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.90%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 203 (79.69% from 255) = 49.51%
R=13.90%
G=36.59%
B=49.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571502030.720.2600.20201.7858.450.98
Hex3996CB481A014ca3a33
Octal71226313110320243127263
Binary111001100101101100101110010001101001010011001010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3996CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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