#204AAB

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

Shades of Cerulean Blue #204AAB

Tints of Cerulean Blue #204AAB

Color information

#204AAB (or 0x204AAB) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4A and AB. RGB value is (32,74,171). Sum of RGB (Red+Green+Blue) = 32+74+171=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #204AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204AAB is #DFB554. Grayscale: #484848. Windows color (decimal): -14660949 or 11225632. OLE color: 11225632.

HSL color Cylindrical-coordinate representation of color #204AAB: hue angle of 221.87º 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 #204AAB is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3274171-
CMYK0.810.5700.33
HSL221.87º68.47%39.8%-
HSV(B)221.87º81.29%67.06%-
XYZ10.48.1439.55-
YUV72.5183.5999.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.55%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 171 (67.19% from 255) = 61.73%
R=11.55%
G=26.71%
B=61.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32741710.810.5700.33221.8768.4739.8
Hex204AAB5139021de4428
Octal401122531217104133610450
Binary10000010010101010101110100011110010100001110111101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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