Shades of Cerulean Blue #2452AD
Tints of Cerulean Blue #2452AD
RGB
CMYK
RGB Variations
Color information
#2452AD (or 0x2452AD) is known color: Cerulean Blue. HEX triplet: 24, 52 and AD. RGB value is (36,82,173). Sum of RGB (Red+Green+Blue) = 36+82+173=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #2452AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2452AD is #DBAD52. Grayscale: #4E4E4E. Windows color (decimal): -14396755 or 11358756. OLE color: 11358756.
HSL color Cylindrical-coordinate representation of color #2452AD: hue angle of 219.85º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2452AD is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 82 | 173 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.32 |
| HSL | 219.85º | 0.66% | 0.41% | - |
| HSV(B) | 219.85º | 0.79% | 0.68% | - |
| XYZ | 11.29 | 9.43 | 40.76 | - |
| YUV | 78.62 | 181.26 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 173 | 0.79 | 0.53 | 0 | 0.32 | 219.85 | 0.66 | 0.41 |
| Hex | 24 | 52 | AD | 4F | 35 | 0 | 20 | DC | 42 | 29 |
| Octal | 44 | 122 | 255 | 117 | 65 | 0 | 40 | 334 | 102 | 51 |
| Binary | 100100 | 1010010 | 10101101 | 1001111 | 110101 | 0 | 100000 | 11011100 | 1000010 | 101001 |
Color Harmonies of #2452AD
Complementary color
Monochromatic Colors of #2452AD
Black with #2452AD
Text Example
Text Example
White with #2452AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2452AD; }
p { color: rgb(36,82,173); }
H1.HeaderClassName
{
color: #2452AD;
}
.AnyTagClassName
{
color: #2452AD;
}
</style>
background-color css
<style>
a { background-color: #2452AD; }
a { background-color: rgb(36,82,173); }
div.DivClassName
{
background-color: #2452AD;
}
.BgClassName
{
background-color: #2452AD;
}
</style>
border-color css
<style>
span { border-color: #2452AD; }
span { border-color: rgb(36,82,173); }
td.TdClassName
{
border-color: #2452AD;
}
.TagClassName
{
border-color: #2452AD;
}
</style>