Shades of Cerulean Blue #2246C0
Tints of Cerulean Blue #2246C0
RGB
CMYK
RGB Variations
Color information
#2246C0 (or 0x2246C0) is known color: Cerulean Blue. HEX triplet: 22, 46 and C0. RGB value is (34,70,192). Sum of RGB (Red+Green+Blue) = 34+70+192=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 192 (75.39% from 255 or 64.86% from 296); Max value from RGB is 192 - color contains mainly: blue. Hex color #2246C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2246C0 is #DDB93F. Grayscale: #484848. Windows color (decimal): -14530880 or 12600866. OLE color: 12600866.
HSL color Cylindrical-coordinate representation of color #2246C0: hue angle of 226.33º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2246C0 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 70 | 192 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.25 |
| HSL | 226.33º | 0.7% | 0.44% | - |
| HSV(B) | 226.33º | 0.82% | 0.75% | - |
| XYZ | 12.36 | 8.53 | 50.86 | - |
| YUV | 73.14 | 195.07 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 192 | 0.82 | 0.64 | 0 | 0.25 | 226.33 | 0.7 | 0.44 |
| Hex | 22 | 46 | C0 | 52 | 40 | 0 | 19 | E2 | 46 | 2C |
| Octal | 42 | 106 | 300 | 122 | 100 | 0 | 31 | 342 | 106 | 54 |
| Binary | 100010 | 1000110 | 11000000 | 1010010 | 1000000 | 0 | 11001 | 11100010 | 1000110 | 101100 |
Color Harmonies of #2246C0
Complementary color
Monochromatic Colors of #2246C0
Black with #2246C0
Text Example
Text Example
White with #2246C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2246C0; }
p { color: rgb(34,70,192); }
H1.HeaderClassName
{
color: #2246C0;
}
.AnyTagClassName
{
color: #2246C0;
}
</style>
background-color css
<style>
a { background-color: #2246C0; }
a { background-color: rgb(34,70,192); }
div.DivClassName
{
background-color: #2246C0;
}
.BgClassName
{
background-color: #2246C0;
}
</style>
border-color css
<style>
span { border-color: #2246C0; }
span { border-color: rgb(34,70,192); }
td.TdClassName
{
border-color: #2246C0;
}
.TagClassName
{
border-color: #2246C0;
}
</style>