Shades of Cerulean Blue #2455AA
Tints of Cerulean Blue #2455AA
RGB
CMYK
RGB Variations
Color information
#2455AA (or 0x2455AA) is known color: Cerulean Blue. HEX triplet: 24, 55 and AA. RGB value is (36,85,170). Sum of RGB (Red+Green+Blue) = 36+85+170=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #2455AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2455AA is #DBAA55. Grayscale: #4F4F4F. Windows color (decimal): -14395990 or 11162916. OLE color: 11162916.
HSL color Cylindrical-coordinate representation of color #2455AA: hue angle of 218.06º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2455AA is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 85 | 170 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.33 |
| HSL | 218.06º | 0.65% | 0.4% | - |
| HSV(B) | 218.06º | 0.79% | 0.67% | - |
| XYZ | 11.23 | 9.77 | 39.32 | - |
| YUV | 80.04 | 178.77 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 170 | 0.79 | 0.50 | 0 | 0.33 | 218.06 | 0.65 | 0.4 |
| Hex | 24 | 55 | AA | 4F | 32 | 0 | 21 | DA | 41 | 28 |
| Octal | 44 | 125 | 252 | 117 | 62 | 0 | 41 | 332 | 101 | 50 |
| Binary | 100100 | 1010101 | 10101010 | 1001111 | 110010 | 0 | 100001 | 11011010 | 1000001 | 101000 |
Color Harmonies of #2455AA
Complementary color
Monochromatic Colors of #2455AA
Black with #2455AA
Text Example
Text Example
White with #2455AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2455AA; }
p { color: rgb(36,85,170); }
H1.HeaderClassName
{
color: #2455AA;
}
.AnyTagClassName
{
color: #2455AA;
}
</style>
background-color css
<style>
a { background-color: #2455AA; }
a { background-color: rgb(36,85,170); }
div.DivClassName
{
background-color: #2455AA;
}
.BgClassName
{
background-color: #2455AA;
}
</style>
border-color css
<style>
span { border-color: #2455AA; }
span { border-color: rgb(36,85,170); }
td.TdClassName
{
border-color: #2455AA;
}
.TagClassName
{
border-color: #2455AA;
}
</style>