Shades of Cerulean Blue #2452AC
Tints of Cerulean Blue #2452AC
RGB
CMYK
RGB Variations
Color information
#2452AC (or 0x2452AC) is known color: Cerulean Blue. HEX triplet: 24, 52 and AC. RGB value is (36,82,172). Sum of RGB (Red+Green+Blue) = 36+82+172=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #2452AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2452AC is #DBAD53. Grayscale: #4E4E4E. Windows color (decimal): -14396756 or 11293220. OLE color: 11293220.
HSL color Cylindrical-coordinate representation of color #2452AC: hue angle of 219.71º 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 #2452AC is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 82 | 172 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.33 |
| HSL | 219.71º | 0.65% | 0.41% | - |
| HSV(B) | 219.71º | 0.79% | 0.67% | - |
| XYZ | 11.19 | 9.39 | 40.25 | - |
| YUV | 78.51 | 180.76 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 172 | 0.79 | 0.52 | 0 | 0.33 | 219.71 | 0.65 | 0.41 |
| Hex | 24 | 52 | AC | 4F | 34 | 0 | 21 | DC | 41 | 29 |
| Octal | 44 | 122 | 254 | 117 | 64 | 0 | 41 | 334 | 101 | 51 |
| Binary | 100100 | 1010010 | 10101100 | 1001111 | 110100 | 0 | 100001 | 11011100 | 1000001 | 101001 |
Color Harmonies of #2452AC
Complementary color
Monochromatic Colors of #2452AC
Black with #2452AC
Text Example
Text Example
White with #2452AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2452AC; }
p { color: rgb(36,82,172); }
H1.HeaderClassName
{
color: #2452AC;
}
.AnyTagClassName
{
color: #2452AC;
}
</style>
background-color css
<style>
a { background-color: #2452AC; }
a { background-color: rgb(36,82,172); }
div.DivClassName
{
background-color: #2452AC;
}
.BgClassName
{
background-color: #2452AC;
}
</style>
border-color css
<style>
span { border-color: #2452AC; }
span { border-color: rgb(36,82,172); }
td.TdClassName
{
border-color: #2452AC;
}
.TagClassName
{
border-color: #2452AC;
}
</style>