Shades of Cerulean Blue #2449AC
Tints of Cerulean Blue #2449AC
RGB
CMYK
RGB Variations
Color information
#2449AC (or 0x2449AC) is known color: Cerulean Blue. HEX triplet: 24, 49 and AC. RGB value is (36,73,172). Sum of RGB (Red+Green+Blue) = 36+73+172=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #2449AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2449AC is #DBB653. Grayscale: #484848. Windows color (decimal): -14399060 or 11290916. OLE color: 11290916.
HSL color Cylindrical-coordinate representation of color #2449AC: hue angle of 223.68º 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 #2449AC is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 73 | 172 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.33 |
| HSL | 223.68º | 0.65% | 0.41% | - |
| HSV(B) | 223.68º | 0.79% | 0.67% | - |
| XYZ | 10.56 | 8.12 | 40.04 | - |
| YUV | 73.22 | 183.74 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 172 | 0.79 | 0.58 | 0 | 0.33 | 223.68 | 0.65 | 0.41 |
| Hex | 24 | 49 | AC | 4F | 3A | 0 | 21 | E0 | 41 | 29 |
| Octal | 44 | 111 | 254 | 117 | 72 | 0 | 41 | 340 | 101 | 51 |
| Binary | 100100 | 1001001 | 10101100 | 1001111 | 111010 | 0 | 100001 | 11100000 | 1000001 | 101001 |
Color Harmonies of #2449AC
Complementary color
Monochromatic Colors of #2449AC
Black with #2449AC
Text Example
Text Example
White with #2449AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2449AC; }
p { color: rgb(36,73,172); }
H1.HeaderClassName
{
color: #2449AC;
}
.AnyTagClassName
{
color: #2449AC;
}
</style>
background-color css
<style>
a { background-color: #2449AC; }
a { background-color: rgb(36,73,172); }
div.DivClassName
{
background-color: #2449AC;
}
.BgClassName
{
background-color: #2449AC;
}
</style>
border-color css
<style>
span { border-color: #2449AC; }
span { border-color: rgb(36,73,172); }
td.TdClassName
{
border-color: #2449AC;
}
.TagClassName
{
border-color: #2449AC;
}
</style>