#204BB2

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

Shades of Cerulean Blue #204BB2

Tints of Cerulean Blue #204BB2

Color information

#204BB2 (or 0x204BB2) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4B and B2. RGB value is (32,75,178). Sum of RGB (Red+Green+Blue) = 32+75+178=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 178 (69.92% from 255 or 62.46% from 285); Max value from RGB is 178 - color contains mainly: blue. Hex color #204BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204BB2 is #DFB44D. Grayscale: #494949. Windows color (decimal): -14660686 or 11684640. OLE color: 11684640.

HSL color Cylindrical-coordinate representation of color #204BB2: hue angle of 222.33º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204BB2 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3275178-
CMYK0.820.5800.30
HSL222.33º69.52%41.18%-
HSV(B)222.33º82.02%69.8%-
XYZ11.158.5543.18-
YUV73.88186.7598.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.23%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 178 (69.92% from 255) = 62.46%
R=11.23%
G=26.32%
B=62.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal32751780.820.5800.30222.3369.5241.18
Hex204BB2523A01Ede4629
Octal401132621227203633610651
Binary1000001001011101100101010010111010011110110111101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,75,178); }

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

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

 a { background-color: rgb(32,75,178); }

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

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

 span { border-color: rgb(32,75,178); }

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