Shades of Cerulean Blue #224CC2
Tints of Cerulean Blue #224CC2
RGB
CMYK
RGB Variations
Color information
#224CC2 (or 0x224CC2) is known color: Cerulean Blue. HEX triplet: 22, 4C and C2. RGB value is (34,76,194). Sum of RGB (Red+Green+Blue) = 34+76+194=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 194 (76.17% from 255 or 63.82% from 304); Max value from RGB is 194 - color contains mainly: blue. Hex color #224CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CC2 is #DDB33D. Grayscale: #4C4C4C. Windows color (decimal): -14529342 or 12733474. OLE color: 12733474.
HSL color Cylindrical-coordinate representation of color #224CC2: hue angle of 224.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224CC2 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 76 | 194 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.24 |
| HSL | 224.25º | 0.7% | 0.45% | - |
| HSV(B) | 224.25º | 0.82% | 0.76% | - |
| XYZ | 12.98 | 9.4 | 52.17 | - |
| YUV | 76.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 194 | 0.82 | 0.61 | 0 | 0.24 | 224.25 | 0.7 | 0.45 |
| Hex | 22 | 4C | C2 | 52 | 3D | 0 | 18 | E0 | 46 | 2D |
| Octal | 42 | 114 | 302 | 122 | 75 | 0 | 30 | 340 | 106 | 55 |
| Binary | 100010 | 1001100 | 11000010 | 1010010 | 111101 | 0 | 11000 | 11100000 | 1000110 | 101101 |
Color Harmonies of #224CC2
Complementary color
Monochromatic Colors of #224CC2
Black with #224CC2
Text Example
Text Example
White with #224CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CC2; }
p { color: rgb(34,76,194); }
H1.HeaderClassName
{
color: #224CC2;
}
.AnyTagClassName
{
color: #224CC2;
}
</style>
background-color css
<style>
a { background-color: #224CC2; }
a { background-color: rgb(34,76,194); }
div.DivClassName
{
background-color: #224CC2;
}
.BgClassName
{
background-color: #224CC2;
}
</style>
border-color css
<style>
span { border-color: #224CC2; }
span { border-color: rgb(34,76,194); }
td.TdClassName
{
border-color: #224CC2;
}
.TagClassName
{
border-color: #224CC2;
}
</style>