Shades of Cerulean Blue #2846BA
Tints of Cerulean Blue #2846BA
RGB
CMYK
RGB Variations
Color information
#2846BA (or 0x2846BA) is known color: Cerulean Blue. HEX triplet: 28, 46 and BA. RGB value is (40,70,186). Sum of RGB (Red+Green+Blue) = 40+70+186=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #2846BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2846BA is #D7B945. Grayscale: #494949. Windows color (decimal): -14137670 or 12207656. OLE color: 12207656.
HSL color Cylindrical-coordinate representation of color #2846BA: hue angle of 227.67º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2846BA is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 70 | 186 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.27 |
| HSL | 227.67º | 0.65% | 0.44% | - |
| HSV(B) | 227.67º | 0.78% | 0.73% | - |
| XYZ | 11.93 | 8.38 | 47.44 | - |
| YUV | 74.25 | 191.06 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 186 | 0.78 | 0.62 | 0 | 0.27 | 227.67 | 0.65 | 0.44 |
| Hex | 28 | 46 | BA | 4E | 3E | 0 | 1B | E4 | 41 | 2C |
| Octal | 50 | 106 | 272 | 116 | 76 | 0 | 33 | 344 | 101 | 54 |
| Binary | 101000 | 1000110 | 10111010 | 1001110 | 111110 | 0 | 11011 | 11100100 | 1000001 | 101100 |
Color Harmonies of #2846BA
Complementary color
Monochromatic Colors of #2846BA
Black with #2846BA
Text Example
Text Example
White with #2846BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2846BA; }
p { color: rgb(40,70,186); }
H1.HeaderClassName
{
color: #2846BA;
}
.AnyTagClassName
{
color: #2846BA;
}
</style>
background-color css
<style>
a { background-color: #2846BA; }
a { background-color: rgb(40,70,186); }
div.DivClassName
{
background-color: #2846BA;
}
.BgClassName
{
background-color: #2846BA;
}
</style>
border-color css
<style>
span { border-color: #2846BA; }
span { border-color: rgb(40,70,186); }
td.TdClassName
{
border-color: #2846BA;
}
.TagClassName
{
border-color: #2846BA;
}
</style>