Shades of Cerulean Blue #2852AA
Tints of Cerulean Blue #2852AA
RGB
CMYK
RGB Variations
Color information
#2852AA (or 0x2852AA) is known color: Cerulean Blue. HEX triplet: 28, 52 and AA. RGB value is (40,82,170). Sum of RGB (Red+Green+Blue) = 40+82+170=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #2852AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2852AA is #D7AD55. Grayscale: #4F4F4F. Windows color (decimal): -14134614 or 11162152. OLE color: 11162152.
HSL color Cylindrical-coordinate representation of color #2852AA: hue angle of 220.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2852AA is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 82 | 170 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.33 |
| HSL | 220.62º | 0.62% | 0.41% | - |
| HSV(B) | 220.62º | 0.76% | 0.67% | - |
| XYZ | 11.15 | 9.39 | 39.25 | - |
| YUV | 79.47 | 179.09 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 170 | 0.76 | 0.52 | 0 | 0.33 | 220.62 | 0.62 | 0.41 |
| Hex | 28 | 52 | AA | 4C | 34 | 0 | 21 | DD | 3E | 29 |
| Octal | 50 | 122 | 252 | 114 | 64 | 0 | 41 | 335 | 76 | 51 |
| Binary | 101000 | 1010010 | 10101010 | 1001100 | 110100 | 0 | 100001 | 11011101 | 111110 | 101001 |
Color Harmonies of #2852AA
Complementary color
Monochromatic Colors of #2852AA
Black with #2852AA
Text Example
Text Example
White with #2852AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2852AA; }
p { color: rgb(40,82,170); }
H1.HeaderClassName
{
color: #2852AA;
}
.AnyTagClassName
{
color: #2852AA;
}
</style>
background-color css
<style>
a { background-color: #2852AA; }
a { background-color: rgb(40,82,170); }
div.DivClassName
{
background-color: #2852AA;
}
.BgClassName
{
background-color: #2852AA;
}
</style>
border-color css
<style>
span { border-color: #2852AA; }
span { border-color: rgb(40,82,170); }
td.TdClassName
{
border-color: #2852AA;
}
.TagClassName
{
border-color: #2852AA;
}
</style>