Shades of Cerulean Blue #2D4AAA
Tints of Cerulean Blue #2D4AAA
RGB
CMYK
RGB Variations
Color information
#2D4AAA (or 0x2D4AAA) is known color: Cerulean Blue. HEX triplet: 2D, 4A and AA. RGB value is (45,74,170). Sum of RGB (Red+Green+Blue) = 45+74+170=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4AAA is #D2B555. Grayscale: #4B4B4B. Windows color (decimal): -13808982 or 11160109. OLE color: 11160109.
HSL color Cylindrical-coordinate representation of color #2D4AAA: hue angle of 226.08º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D4AAA is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 74 | 170 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.33 |
| HSL | 226.08º | 0.58% | 0.42% | - |
| HSV(B) | 226.08º | 0.74% | 0.67% | - |
| XYZ | 10.79 | 8.36 | 39.07 | - |
| YUV | 76.27 | 180.89 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 170 | 0.74 | 0.56 | 0 | 0.33 | 226.08 | 0.58 | 0.42 |
| Hex | 2D | 4A | AA | 4A | 38 | 0 | 21 | E2 | 3A | 2A |
| Octal | 55 | 112 | 252 | 112 | 70 | 0 | 41 | 342 | 72 | 52 |
| Binary | 101101 | 1001010 | 10101010 | 1001010 | 111000 | 0 | 100001 | 11100010 | 111010 | 101010 |
Color Harmonies of #2D4AAA
Complementary color
Monochromatic Colors of #2D4AAA
Black with #2D4AAA
Text Example
Text Example
White with #2D4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4AAA; }
p { color: rgb(45,74,170); }
H1.HeaderClassName
{
color: #2D4AAA;
}
.AnyTagClassName
{
color: #2D4AAA;
}
</style>
background-color css
<style>
a { background-color: #2D4AAA; }
a { background-color: rgb(45,74,170); }
div.DivClassName
{
background-color: #2D4AAA;
}
.BgClassName
{
background-color: #2D4AAA;
}
</style>
border-color css
<style>
span { border-color: #2D4AAA; }
span { border-color: rgb(45,74,170); }
td.TdClassName
{
border-color: #2D4AAA;
}
.TagClassName
{
border-color: #2D4AAA;
}
</style>