#204CAB

Color #204CAB Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #204CAB

Tints of Cerulean Blue #204CAB

Color information

#204CAB (or 0x204CAB) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4C and AB. RGB value is (32,76,171). Sum of RGB (Red+Green+Blue) = 32+76+171=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #204CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204CAB is #DFB354. Grayscale: #494949. Windows color (decimal): -14660437 or 11226144. OLE color: 11226144.

HSL color Cylindrical-coordinate representation of color #204CAB: hue angle of 221.01º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #204CAB is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3276171-
CMYK0.810.5600.33
HSL221.01º68.47%39.8%-
HSV(B)221.01º81.29%67.06%-
XYZ10.538.4239.6-
YUV73.67182.9298.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.47%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 171 (67.19% from 255) = 61.29%
R=11.47%
G=27.24%
B=61.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32761710.810.5600.33221.0168.4739.8
Hex204CAB5138021dd4428
Octal401142531217004133510450
Binary10000010011001010101110100011110000100001110111011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204CAB; }

 p { color: rgb(32,76,171); }

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

<style>
 a { background-color: #204CAB; }

 a { background-color: rgb(32,76,171); }

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

<style>
 span { border-color: #204CAB; }

 span { border-color: rgb(32,76,171); }

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