Shades of Cerulean Blue #2846CB
Tints of Cerulean Blue #2846CB
RGB
CMYK
RGB Variations
Color information
#2846CB (or 0x2846CB) is known color: Cerulean Blue. HEX triplet: 28, 46 and CB. RGB value is (40,70,203). Sum of RGB (Red+Green+Blue) = 40+70+203=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #2846CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2846CB is #D7B934. Grayscale: #4B4B4B. Windows color (decimal): -14137653 or 13321768. OLE color: 13321768.
HSL color Cylindrical-coordinate representation of color #2846CB: hue angle of 228.96º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2846CB is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 70 | 203 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.20 |
| HSL | 228.96º | 0.67% | 0.48% | - |
| HSV(B) | 228.96º | 0.8% | 0.8% | - |
| XYZ | 13.84 | 9.14 | 57.54 | - |
| YUV | 76.19 | 199.56 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 203 | 0.80 | 0.66 | 0 | 0.20 | 228.96 | 0.67 | 0.48 |
| Hex | 28 | 46 | CB | 50 | 42 | 0 | 14 | E5 | 43 | 30 |
| Octal | 50 | 106 | 313 | 120 | 102 | 0 | 24 | 345 | 103 | 60 |
| Binary | 101000 | 1000110 | 11001011 | 1010000 | 1000010 | 0 | 10100 | 11100101 | 1000011 | 110000 |
Color Harmonies of #2846CB
Complementary color
Monochromatic Colors of #2846CB
Black with #2846CB
Text Example
Text Example
White with #2846CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2846CB; }
p { color: rgb(40,70,203); }
H1.HeaderClassName
{
color: #2846CB;
}
.AnyTagClassName
{
color: #2846CB;
}
</style>
background-color css
<style>
a { background-color: #2846CB; }
a { background-color: rgb(40,70,203); }
div.DivClassName
{
background-color: #2846CB;
}
.BgClassName
{
background-color: #2846CB;
}
</style>
border-color css
<style>
span { border-color: #2846CB; }
span { border-color: rgb(40,70,203); }
td.TdClassName
{
border-color: #2846CB;
}
.TagClassName
{
border-color: #2846CB;
}
</style>