Shades of Cerulean Blue #2D52AA
Tints of Cerulean Blue #2D52AA
RGB
CMYK
RGB Variations
Color information
#2D52AA (or 0x2D52AA) is known color: Cerulean Blue. HEX triplet: 2D, 52 and AA. RGB value is (45,82,170). Sum of RGB (Red+Green+Blue) = 45+82+170=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D52AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D52AA is #D2AD55. Grayscale: #505050. Windows color (decimal): -13806934 or 11162157. OLE color: 11162157.
HSL color Cylindrical-coordinate representation of color #2D52AA: hue angle of 222.24º 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 #2D52AA is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 82 | 170 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.33 |
| HSL | 222.24º | 0.58% | 0.42% | - |
| HSV(B) | 222.24º | 0.74% | 0.67% | - |
| XYZ | 11.36 | 9.49 | 39.26 | - |
| YUV | 80.97 | 178.24 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 170 | 0.74 | 0.52 | 0 | 0.33 | 222.24 | 0.58 | 0.42 |
| Hex | 2D | 52 | AA | 4A | 34 | 0 | 21 | DE | 3A | 2A |
| Octal | 55 | 122 | 252 | 112 | 64 | 0 | 41 | 336 | 72 | 52 |
| Binary | 101101 | 1010010 | 10101010 | 1001010 | 110100 | 0 | 100001 | 11011110 | 111010 | 101010 |
Color Harmonies of #2D52AA
Complementary color
Monochromatic Colors of #2D52AA
Black with #2D52AA
Text Example
Text Example
White with #2D52AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D52AA; }
p { color: rgb(45,82,170); }
H1.HeaderClassName
{
color: #2D52AA;
}
.AnyTagClassName
{
color: #2D52AA;
}
</style>
background-color css
<style>
a { background-color: #2D52AA; }
a { background-color: rgb(45,82,170); }
div.DivClassName
{
background-color: #2D52AA;
}
.BgClassName
{
background-color: #2D52AA;
}
</style>
border-color css
<style>
span { border-color: #2D52AA; }
span { border-color: rgb(45,82,170); }
td.TdClassName
{
border-color: #2D52AA;
}
.TagClassName
{
border-color: #2D52AA;
}
</style>