Shades of Cerulean Blue #2853AC
Tints of Cerulean Blue #2853AC
RGB
CMYK
RGB Variations
Color information
#2853AC (or 0x2853AC) is known color: Cerulean Blue. HEX triplet: 28, 53 and AC. RGB value is (40,83,172). Sum of RGB (Red+Green+Blue) = 40+83+172=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #2853AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2853AC is #D7AC53. Grayscale: #4F4F4F. Windows color (decimal): -14134356 or 11293480. OLE color: 11293480.
HSL color Cylindrical-coordinate representation of color #2853AC: hue angle of 220.45º 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 #2853AC is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 83 | 172 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.33 |
| HSL | 220.45º | 0.62% | 0.42% | - |
| HSV(B) | 220.45º | 0.77% | 0.67% | - |
| XYZ | 11.41 | 9.62 | 40.28 | - |
| YUV | 80.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 172 | 0.77 | 0.52 | 0 | 0.33 | 220.45 | 0.62 | 0.42 |
| Hex | 28 | 53 | AC | 4D | 34 | 0 | 21 | DC | 3E | 2A |
| Octal | 50 | 123 | 254 | 115 | 64 | 0 | 41 | 334 | 76 | 52 |
| Binary | 101000 | 1010011 | 10101100 | 1001101 | 110100 | 0 | 100001 | 11011100 | 111110 | 101010 |
Color Harmonies of #2853AC
Complementary color
Monochromatic Colors of #2853AC
Black with #2853AC
Text Example
Text Example
White with #2853AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2853AC; }
p { color: rgb(40,83,172); }
H1.HeaderClassName
{
color: #2853AC;
}
.AnyTagClassName
{
color: #2853AC;
}
</style>
background-color css
<style>
a { background-color: #2853AC; }
a { background-color: rgb(40,83,172); }
div.DivClassName
{
background-color: #2853AC;
}
.BgClassName
{
background-color: #2853AC;
}
</style>
border-color css
<style>
span { border-color: #2853AC; }
span { border-color: rgb(40,83,172); }
td.TdClassName
{
border-color: #2853AC;
}
.TagClassName
{
border-color: #2853AC;
}
</style>