Shades of Cerulean Blue #2D4ACE
Tints of Cerulean Blue #2D4ACE
RGB
CMYK
RGB Variations
Color information
#2D4ACE (or 0x2D4ACE) is known color: Cerulean Blue. HEX triplet: 2D, 4A and CE. RGB value is (45,74,206). Sum of RGB (Red+Green+Blue) = 45+74+206=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D4ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D4ACE is #D2B531. Grayscale: #4F4F4F. Windows color (decimal): -13808946 or 13519405. OLE color: 13519405.
HSL color Cylindrical-coordinate representation of color #2D4ACE: hue angle of 229.19º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D4ACE is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 74 | 206 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.19 |
| HSL | 229.19º | 0.64% | 0.49% | - |
| HSV(B) | 229.19º | 0.78% | 0.81% | - |
| XYZ | 14.67 | 9.91 | 59.53 | - |
| YUV | 80.38 | 198.89 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 206 | 0.78 | 0.64 | 0 | 0.19 | 229.19 | 0.64 | 0.49 |
| Hex | 2D | 4A | CE | 4E | 40 | 0 | 13 | E5 | 40 | 31 |
| Octal | 55 | 112 | 316 | 116 | 100 | 0 | 23 | 345 | 100 | 61 |
| Binary | 101101 | 1001010 | 11001110 | 1001110 | 1000000 | 0 | 10011 | 11100101 | 1000000 | 110001 |
Color Harmonies of #2D4ACE
Complementary color
Monochromatic Colors of #2D4ACE
Black with #2D4ACE
Text Example
Text Example
White with #2D4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4ACE; }
p { color: rgb(45,74,206); }
H1.HeaderClassName
{
color: #2D4ACE;
}
.AnyTagClassName
{
color: #2D4ACE;
}
</style>
background-color css
<style>
a { background-color: #2D4ACE; }
a { background-color: rgb(45,74,206); }
div.DivClassName
{
background-color: #2D4ACE;
}
.BgClassName
{
background-color: #2D4ACE;
}
</style>
border-color css
<style>
span { border-color: #2D4ACE; }
span { border-color: rgb(45,74,206); }
td.TdClassName
{
border-color: #2D4ACE;
}
.TagClassName
{
border-color: #2D4ACE;
}
</style>