#204AB2

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

Shades of Cerulean Blue #204AB2

Tints of Cerulean Blue #204AB2

Color information

#204AB2 (or 0x204AB2) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4A and B2. RGB value is (32,74,178). Sum of RGB (Red+Green+Blue) = 32+74+178=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 178 (69.92% from 255 or 62.68% from 284); Max value from RGB is 178 - color contains mainly: blue. Hex color #204AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204AB2 is #DFB54D. Grayscale: #484848. Windows color (decimal): -14660942 or 11684384. OLE color: 11684384.

HSL color Cylindrical-coordinate representation of color #204AB2: hue angle of 222.74º 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 #204AB2 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3274178-
CMYK0.820.5800.30
HSL222.74º69.52%41.18%-
HSV(B)222.74º82.02%69.8%-
XYZ11.088.4243.16-
YUV73.3187.0998.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 178 (69.92% from 255) = 62.68%
R=11.27%
G=26.06%
B=62.68%

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
Decimal32741780.820.5800.30222.7469.5241.18
Hex204AB2523A01Edf4629
Octal401122621227203633710651
Binary1000001001010101100101010010111010011110110111111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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