Shades of Cerulean Blue #204AAA
Tints of Cerulean Blue #204AAA
RGB
CMYK
RGB Variations
Color information
#204AAA (or 0x204AAA) is known color: Cerulean Blue. HEX triplet: 20, 4A and AA. RGB value is (32,74,170). Sum of RGB (Red+Green+Blue) = 32+74+170=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #204AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204AAA is #DFB555. Grayscale: #474747. Windows color (decimal): -14660950 or 11160096. OLE color: 11160096.
HSL color Cylindrical-coordinate representation of color #204AAA: hue angle of 221.74º 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 #204AAA is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 74 | 170 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.33 |
| HSL | 221.74º | 0.68% | 0.4% | - |
| HSV(B) | 221.74º | 0.81% | 0.67% | - |
| XYZ | 10.3 | 8.11 | 39.05 | - |
| YUV | 72.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 170 | 0.81 | 0.56 | 0 | 0.33 | 221.74 | 0.68 | 0.4 |
| Hex | 20 | 4A | AA | 51 | 38 | 0 | 21 | DE | 44 | 28 |
| Octal | 40 | 112 | 252 | 121 | 70 | 0 | 41 | 336 | 104 | 50 |
| Binary | 100000 | 1001010 | 10101010 | 1010001 | 111000 | 0 | 100001 | 11011110 | 1000100 | 101000 |
Color Harmonies of #204AAA
Complementary color
Monochromatic Colors of #204AAA
Black with #204AAA
Text Example
Text Example
White with #204AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204AAA; }
p { color: rgb(32,74,170); }
H1.HeaderClassName
{
color: #204AAA;
}
.AnyTagClassName
{
color: #204AAA;
}
</style>
background-color css
<style>
a { background-color: #204AAA; }
a { background-color: rgb(32,74,170); }
div.DivClassName
{
background-color: #204AAA;
}
.BgClassName
{
background-color: #204AAA;
}
</style>
border-color css
<style>
span { border-color: #204AAA; }
span { border-color: rgb(32,74,170); }
td.TdClassName
{
border-color: #204AAA;
}
.TagClassName
{
border-color: #204AAA;
}
</style>