Shades of Cerulean Blue #224CC0
Tints of Cerulean Blue #224CC0
RGB
CMYK
RGB Variations
Color information
#224CC0 (or 0x224CC0) is known color: Cerulean Blue. HEX triplet: 22, 4C and C0. RGB value is (34,76,192). Sum of RGB (Red+Green+Blue) = 34+76+192=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #224CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CC0 is #DDB33F. Grayscale: #4C4C4C. Windows color (decimal): -14529344 or 12602402. OLE color: 12602402.
HSL color Cylindrical-coordinate representation of color #224CC0: hue angle of 224.05º 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 #224CC0 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 76 | 192 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.25 |
| HSL | 224.05º | 0.7% | 0.44% | - |
| HSV(B) | 224.05º | 0.82% | 0.75% | - |
| XYZ | 12.76 | 9.31 | 50.99 | - |
| YUV | 76.67 | 193.09 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 192 | 0.82 | 0.60 | 0 | 0.25 | 224.05 | 0.7 | 0.44 |
| Hex | 22 | 4C | C0 | 52 | 3C | 0 | 19 | E0 | 46 | 2C |
| Octal | 42 | 114 | 300 | 122 | 74 | 0 | 31 | 340 | 106 | 54 |
| Binary | 100010 | 1001100 | 11000000 | 1010010 | 111100 | 0 | 11001 | 11100000 | 1000110 | 101100 |
Color Harmonies of #224CC0
Complementary color
Monochromatic Colors of #224CC0
Black with #224CC0
Text Example
Text Example
White with #224CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CC0; }
p { color: rgb(34,76,192); }
H1.HeaderClassName
{
color: #224CC0;
}
.AnyTagClassName
{
color: #224CC0;
}
</style>
background-color css
<style>
a { background-color: #224CC0; }
a { background-color: rgb(34,76,192); }
div.DivClassName
{
background-color: #224CC0;
}
.BgClassName
{
background-color: #224CC0;
}
</style>
border-color css
<style>
span { border-color: #224CC0; }
span { border-color: rgb(34,76,192); }
td.TdClassName
{
border-color: #224CC0;
}
.TagClassName
{
border-color: #224CC0;
}
</style>