Shades of Cerulean Blue #2455AC
Tints of Cerulean Blue #2455AC
RGB
CMYK
RGB Variations
Color information
#2455AC (or 0x2455AC) is known color: Cerulean Blue. HEX triplet: 24, 55 and AC. RGB value is (36,85,172). Sum of RGB (Red+Green+Blue) = 36+85+172=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #2455AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2455AC is #DBAA53. Grayscale: #4F4F4F. Windows color (decimal): -14395988 or 11293988. OLE color: 11293988.
HSL color Cylindrical-coordinate representation of color #2455AC: hue angle of 218.38º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2455AC is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 85 | 172 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.33 |
| HSL | 218.38º | 0.65% | 0.41% | - |
| HSV(B) | 218.38º | 0.79% | 0.67% | - |
| XYZ | 11.42 | 9.85 | 40.33 | - |
| YUV | 80.27 | 179.77 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 172 | 0.79 | 0.51 | 0 | 0.33 | 218.38 | 0.65 | 0.41 |
| Hex | 24 | 55 | AC | 4F | 33 | 0 | 21 | DA | 41 | 29 |
| Octal | 44 | 125 | 254 | 117 | 63 | 0 | 41 | 332 | 101 | 51 |
| Binary | 100100 | 1010101 | 10101100 | 1001111 | 110011 | 0 | 100001 | 11011010 | 1000001 | 101001 |
Color Harmonies of #2455AC
Complementary color
Monochromatic Colors of #2455AC
Black with #2455AC
Text Example
Text Example
White with #2455AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2455AC; }
p { color: rgb(36,85,172); }
H1.HeaderClassName
{
color: #2455AC;
}
.AnyTagClassName
{
color: #2455AC;
}
</style>
background-color css
<style>
a { background-color: #2455AC; }
a { background-color: rgb(36,85,172); }
div.DivClassName
{
background-color: #2455AC;
}
.BgClassName
{
background-color: #2455AC;
}
</style>
border-color css
<style>
span { border-color: #2455AC; }
span { border-color: rgb(36,85,172); }
td.TdClassName
{
border-color: #2455AC;
}
.TagClassName
{
border-color: #2455AC;
}
</style>