Shades of Cerulean Blue #2447AF
Tints of Cerulean Blue #2447AF
RGB
CMYK
RGB Variations
Color information
#2447AF (or 0x2447AF) is known color: Cerulean Blue. HEX triplet: 24, 47 and AF. RGB value is (36,71,175). Sum of RGB (Red+Green+Blue) = 36+71+175=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #2447AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2447AF is #DBB850. Grayscale: #474747. Windows color (decimal): -14399569 or 11487012. OLE color: 11487012.
HSL color Cylindrical-coordinate representation of color #2447AF: hue angle of 224.89º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2447AF is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 71 | 175 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.31 |
| HSL | 224.89º | 0.66% | 0.41% | - |
| HSV(B) | 224.89º | 0.79% | 0.69% | - |
| XYZ | 10.72 | 7.98 | 41.53 | - |
| YUV | 72.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 71 | 175 | 0.79 | 0.59 | 0 | 0.31 | 224.89 | 0.66 | 0.41 |
| Hex | 24 | 47 | AF | 4F | 3B | 0 | 1F | E1 | 42 | 29 |
| Octal | 44 | 107 | 257 | 117 | 73 | 0 | 37 | 341 | 102 | 51 |
| Binary | 100100 | 1000111 | 10101111 | 1001111 | 111011 | 0 | 11111 | 11100001 | 1000010 | 101001 |
Color Harmonies of #2447AF
Complementary color
Monochromatic Colors of #2447AF
Black with #2447AF
Text Example
Text Example
White with #2447AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2447AF; }
p { color: rgb(36,71,175); }
H1.HeaderClassName
{
color: #2447AF;
}
.AnyTagClassName
{
color: #2447AF;
}
</style>
background-color css
<style>
a { background-color: #2447AF; }
a { background-color: rgb(36,71,175); }
div.DivClassName
{
background-color: #2447AF;
}
.BgClassName
{
background-color: #2447AF;
}
</style>
border-color css
<style>
span { border-color: #2447AF; }
span { border-color: rgb(36,71,175); }
td.TdClassName
{
border-color: #2447AF;
}
.TagClassName
{
border-color: #2447AF;
}
</style>