#204CAD

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

Shades of Cerulean Blue #204CAD

Tints of Cerulean Blue #204CAD

Color information

#204CAD (or 0x204CAD) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4C and AD. RGB value is (32,76,173). Sum of RGB (Red+Green+Blue) = 32+76+173=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #204CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204CAD is #DFB352. Grayscale: #494949. Windows color (decimal): -14660435 or 11357216. OLE color: 11357216.

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

Color convert

RGB3276173-
CMYK0.820.5600.32
HSL221.28º68.78%40.2%-
HSV(B)221.28º81.5%67.84%-
XYZ10.728.4940.61-
YUV73.9183.9298.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.39%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 173 (67.97% from 255) = 61.57%
R=11.39%
G=27.05%
B=61.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32761730.820.5600.32221.2868.7840.2
Hex204CAD5238020dd4528
Octal401142551227004033510550
Binary10000010011001010110110100101110000100000110111011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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