Shades of Cerulean Blue #2852AC
Tints of Cerulean Blue #2852AC
RGB
CMYK
RGB Variations
Color information
#2852AC (or 0x2852AC) is known color: Cerulean Blue. HEX triplet: 28, 52 and AC. RGB value is (40,82,172). Sum of RGB (Red+Green+Blue) = 40+82+172=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #2852AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2852AC is #D7AD53. Grayscale: #4F4F4F. Windows color (decimal): -14134612 or 11293224. OLE color: 11293224.
HSL color Cylindrical-coordinate representation of color #2852AC: hue angle of 220.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2852AC is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 82 | 172 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.33 |
| HSL | 220.91º | 0.62% | 0.42% | - |
| HSV(B) | 220.91º | 0.77% | 0.67% | - |
| XYZ | 11.34 | 9.46 | 40.26 | - |
| YUV | 79.7 | 180.09 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 172 | 0.77 | 0.52 | 0 | 0.33 | 220.91 | 0.62 | 0.42 |
| Hex | 28 | 52 | AC | 4D | 34 | 0 | 21 | DD | 3E | 2A |
| Octal | 50 | 122 | 254 | 115 | 64 | 0 | 41 | 335 | 76 | 52 |
| Binary | 101000 | 1010010 | 10101100 | 1001101 | 110100 | 0 | 100001 | 11011101 | 111110 | 101010 |
Color Harmonies of #2852AC
Complementary color
Monochromatic Colors of #2852AC
Black with #2852AC
Text Example
Text Example
White with #2852AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2852AC; }
p { color: rgb(40,82,172); }
H1.HeaderClassName
{
color: #2852AC;
}
.AnyTagClassName
{
color: #2852AC;
}
</style>
background-color css
<style>
a { background-color: #2852AC; }
a { background-color: rgb(40,82,172); }
div.DivClassName
{
background-color: #2852AC;
}
.BgClassName
{
background-color: #2852AC;
}
</style>
border-color css
<style>
span { border-color: #2852AC; }
span { border-color: rgb(40,82,172); }
td.TdClassName
{
border-color: #2852AC;
}
.TagClassName
{
border-color: #2852AC;
}
</style>