Shades of Cerulean Blue #224CB0
Tints of Cerulean Blue #224CB0
RGB
CMYK
RGB Variations
Color information
#224CB0 (or 0x224CB0) is known color: Cerulean Blue. HEX triplet: 22, 4C and B0. RGB value is (34,76,176). Sum of RGB (Red+Green+Blue) = 34+76+176=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 176 (69.14% from 255 or 61.54% from 286); Max value from RGB is 176 - color contains mainly: blue. Hex color #224CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224CB0 is #DDB34F. Grayscale: #4A4A4A. Windows color (decimal): -14529360 or 11553826. OLE color: 11553826.
HSL color Cylindrical-coordinate representation of color #224CB0: hue angle of 222.25º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #224CB0 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 76 | 176 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.31 |
| HSL | 222.25º | 0.68% | 0.41% | - |
| HSV(B) | 222.25º | 0.81% | 0.69% | - |
| XYZ | 11.08 | 8.64 | 42.16 | - |
| YUV | 74.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 176 | 0.81 | 0.57 | 0 | 0.31 | 222.25 | 0.68 | 0.41 |
| Hex | 22 | 4C | B0 | 51 | 39 | 0 | 1F | DE | 44 | 29 |
| Octal | 42 | 114 | 260 | 121 | 71 | 0 | 37 | 336 | 104 | 51 |
| Binary | 100010 | 1001100 | 10110000 | 1010001 | 111001 | 0 | 11111 | 11011110 | 1000100 | 101001 |
Color Harmonies of #224CB0
Complementary color
Monochromatic Colors of #224CB0
Black with #224CB0
Text Example
Text Example
White with #224CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CB0; }
p { color: rgb(34,76,176); }
H1.HeaderClassName
{
color: #224CB0;
}
.AnyTagClassName
{
color: #224CB0;
}
</style>
background-color css
<style>
a { background-color: #224CB0; }
a { background-color: rgb(34,76,176); }
div.DivClassName
{
background-color: #224CB0;
}
.BgClassName
{
background-color: #224CB0;
}
</style>
border-color css
<style>
span { border-color: #224CB0; }
span { border-color: rgb(34,76,176); }
td.TdClassName
{
border-color: #224CB0;
}
.TagClassName
{
border-color: #224CB0;
}
</style>