Shades of Cerulean Blue #2246CE
Tints of Cerulean Blue #2246CE
RGB
CMYK
RGB Variations
Color information
#2246CE (or 0x2246CE) is known color: Cerulean Blue. HEX triplet: 22, 46 and CE. RGB value is (34,70,206). Sum of RGB (Red+Green+Blue) = 34+70+206=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #2246CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2246CE is #DDB931. Grayscale: #4A4A4A. Windows color (decimal): -14530866 or 13518370. OLE color: 13518370.
HSL color Cylindrical-coordinate representation of color #2246CE: hue angle of 227.44º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2246CE is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 70 | 206 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.19 |
| HSL | 227.44º | 0.72% | 0.47% | - |
| HSV(B) | 227.44º | 0.83% | 0.81% | - |
| XYZ | 13.99 | 9.18 | 59.43 | - |
| YUV | 74.74 | 202.07 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 206 | 0.83 | 0.66 | 0 | 0.19 | 227.44 | 0.72 | 0.47 |
| Hex | 22 | 46 | CE | 53 | 42 | 0 | 13 | E3 | 48 | 2F |
| Octal | 42 | 106 | 316 | 123 | 102 | 0 | 23 | 343 | 110 | 57 |
| Binary | 100010 | 1000110 | 11001110 | 1010011 | 1000010 | 0 | 10011 | 11100011 | 1001000 | 101111 |
Color Harmonies of #2246CE
Complementary color
Monochromatic Colors of #2246CE
Black with #2246CE
Text Example
Text Example
White with #2246CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2246CE; }
p { color: rgb(34,70,206); }
H1.HeaderClassName
{
color: #2246CE;
}
.AnyTagClassName
{
color: #2246CE;
}
</style>
background-color css
<style>
a { background-color: #2246CE; }
a { background-color: rgb(34,70,206); }
div.DivClassName
{
background-color: #2246CE;
}
.BgClassName
{
background-color: #2246CE;
}
</style>
border-color css
<style>
span { border-color: #2246CE; }
span { border-color: rgb(34,70,206); }
td.TdClassName
{
border-color: #2246CE;
}
.TagClassName
{
border-color: #2246CE;
}
</style>