#3996CC

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

Shades of Curious Blue #3996CC

Tints of Curious Blue #3996CC

Color information

#3996CC (or 0x3996CC) is unknown color: approx Curious Blue. HEX triplet: 39, 96 and CC. RGB value is (57,150,204). Sum of RGB (Red+Green+Blue) = 57+150+204=411 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.87% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #3996CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3996CC is #C66933. Grayscale: #808080. Windows color (decimal): -13003060 or 13407801. OLE color: 13407801.

HSL color Cylindrical-coordinate representation of color #3996CC: hue angle of 202.04º degrees, saturation: 0.59, 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 #3996CC is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB57150204-
CMYK0.720.2600.2
HSL202.04º59.04%51.18%-
HSV(B)202.04º72.06%80%-
XYZ23.4927.0461.11-
YUV128.35170.6977.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.87%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=13.87%
G=36.50%
B=49.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal571502040.720.2600.2202.0459.0451.18
Hex3996CC481A014ca3b33
Octal71226314110320243127363
Binary111001100101101100110010010001101001010011001010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3996CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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