Shades of Cerulean Blue #2246BC
Tints of Cerulean Blue #2246BC
RGB
CMYK
RGB Variations
Color information
#2246BC (or 0x2246BC) is known color: Cerulean Blue. HEX triplet: 22, 46 and BC. RGB value is (34,70,188). Sum of RGB (Red+Green+Blue) = 34+70+188=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #2246BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2246BC is #DDB943. Grayscale: #484848. Windows color (decimal): -14530884 or 12338722. OLE color: 12338722.
HSL color Cylindrical-coordinate representation of color #2246BC: hue angle of 225.97º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2246BC is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 70 | 188 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.26 |
| HSL | 225.97º | 0.69% | 0.44% | - |
| HSV(B) | 225.97º | 0.82% | 0.74% | - |
| XYZ | 11.93 | 8.35 | 48.56 | - |
| YUV | 72.69 | 193.07 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 188 | 0.82 | 0.63 | 0 | 0.26 | 225.97 | 0.69 | 0.44 |
| Hex | 22 | 46 | BC | 52 | 3F | 0 | 1A | E2 | 45 | 2C |
| Octal | 42 | 106 | 274 | 122 | 77 | 0 | 32 | 342 | 105 | 54 |
| Binary | 100010 | 1000110 | 10111100 | 1010010 | 111111 | 0 | 11010 | 11100010 | 1000101 | 101100 |
Color Harmonies of #2246BC
Complementary color
Monochromatic Colors of #2246BC
Black with #2246BC
Text Example
Text Example
White with #2246BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2246BC; }
p { color: rgb(34,70,188); }
H1.HeaderClassName
{
color: #2246BC;
}
.AnyTagClassName
{
color: #2246BC;
}
</style>
background-color css
<style>
a { background-color: #2246BC; }
a { background-color: rgb(34,70,188); }
div.DivClassName
{
background-color: #2246BC;
}
.BgClassName
{
background-color: #2246BC;
}
</style>
border-color css
<style>
span { border-color: #2246BC; }
span { border-color: rgb(34,70,188); }
td.TdClassName
{
border-color: #2246BC;
}
.TagClassName
{
border-color: #2246BC;
}
</style>