Shades of Cerulean Blue #224CC6
Tints of Cerulean Blue #224CC6
RGB
CMYK
RGB Variations
Color information
#224CC6 (or 0x224CC6) is known color: Cerulean Blue. HEX triplet: 22, 4C and C6. RGB value is (34,76,198). Sum of RGB (Red+Green+Blue) = 34+76+198=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 198 (77.73% from 255 or 64.29% from 308); Max value from RGB is 198 - color contains mainly: blue. Hex color #224CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CC6 is #DDB339. Grayscale: #4C4C4C. Windows color (decimal): -14529338 or 12995618. OLE color: 12995618.
HSL color Cylindrical-coordinate representation of color #224CC6: hue angle of 224.63º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224CC6 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 76 | 198 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.22 |
| HSL | 224.63º | 0.71% | 0.45% | - |
| HSV(B) | 224.63º | 0.83% | 0.78% | - |
| XYZ | 13.44 | 9.59 | 54.57 | - |
| YUV | 77.35 | 196.09 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 198 | 0.83 | 0.62 | 0 | 0.22 | 224.63 | 0.71 | 0.45 |
| Hex | 22 | 4C | C6 | 53 | 3E | 0 | 16 | E1 | 47 | 2D |
| Octal | 42 | 114 | 306 | 123 | 76 | 0 | 26 | 341 | 107 | 55 |
| Binary | 100010 | 1001100 | 11000110 | 1010011 | 111110 | 0 | 10110 | 11100001 | 1000111 | 101101 |
Color Harmonies of #224CC6
Complementary color
Monochromatic Colors of #224CC6
Black with #224CC6
Text Example
Text Example
White with #224CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CC6; }
p { color: rgb(34,76,198); }
H1.HeaderClassName
{
color: #224CC6;
}
.AnyTagClassName
{
color: #224CC6;
}
</style>
background-color css
<style>
a { background-color: #224CC6; }
a { background-color: rgb(34,76,198); }
div.DivClassName
{
background-color: #224CC6;
}
.BgClassName
{
background-color: #224CC6;
}
</style>
border-color css
<style>
span { border-color: #224CC6; }
span { border-color: rgb(34,76,198); }
td.TdClassName
{
border-color: #224CC6;
}
.TagClassName
{
border-color: #224CC6;
}
</style>