Shades of Cerulean Blue #2852BC
Tints of Cerulean Blue #2852BC
RGB
CMYK
RGB Variations
Color information
#2852BC (or 0x2852BC) is known color: Cerulean Blue. HEX triplet: 28, 52 and BC. RGB value is (40,82,188). Sum of RGB (Red+Green+Blue) = 40+82+188=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #2852BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852BC is #D7AD43. Grayscale: #515151. Windows color (decimal): -14134596 or 12341800. OLE color: 12341800.
HSL color Cylindrical-coordinate representation of color #2852BC: hue angle of 222.97º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2852BC is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 82 | 188 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.26 |
| HSL | 222.97º | 0.65% | 0.45% | - |
| HSV(B) | 222.97º | 0.79% | 0.74% | - |
| XYZ | 12.97 | 10.12 | 48.85 | - |
| YUV | 81.53 | 188.09 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 188 | 0.79 | 0.56 | 0 | 0.26 | 222.97 | 0.65 | 0.45 |
| Hex | 28 | 52 | BC | 4F | 38 | 0 | 1A | DF | 41 | 2D |
| Octal | 50 | 122 | 274 | 117 | 70 | 0 | 32 | 337 | 101 | 55 |
| Binary | 101000 | 1010010 | 10111100 | 1001111 | 111000 | 0 | 11010 | 11011111 | 1000001 | 101101 |
Color Harmonies of #2852BC
Complementary color
Monochromatic Colors of #2852BC
Black with #2852BC
Text Example
Text Example
White with #2852BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2852BC; }
p { color: rgb(40,82,188); }
H1.HeaderClassName
{
color: #2852BC;
}
.AnyTagClassName
{
color: #2852BC;
}
</style>
background-color css
<style>
a { background-color: #2852BC; }
a { background-color: rgb(40,82,188); }
div.DivClassName
{
background-color: #2852BC;
}
.BgClassName
{
background-color: #2852BC;
}
</style>
border-color css
<style>
span { border-color: #2852BC; }
span { border-color: rgb(40,82,188); }
td.TdClassName
{
border-color: #2852BC;
}
.TagClassName
{
border-color: #2852BC;
}
</style>