Shades of Cerulean Blue #224CBD
Tints of Cerulean Blue #224CBD
RGB
CMYK
RGB Variations
Color information
#224CBD (or 0x224CBD) is known color: Cerulean Blue. HEX triplet: 22, 4C and BD. RGB value is (34,76,189). Sum of RGB (Red+Green+Blue) = 34+76+189=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #224CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CBD is #DDB342. Grayscale: #4B4B4B. Windows color (decimal): -14529347 or 12405794. OLE color: 12405794.
HSL color Cylindrical-coordinate representation of color #224CBD: hue angle of 223.74º degrees, saturation: 0.7, 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 #224CBD is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 76 | 189 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.26 |
| HSL | 223.74º | 0.7% | 0.44% | - |
| HSV(B) | 223.74º | 0.82% | 0.74% | - |
| XYZ | 12.43 | 9.18 | 49.26 | - |
| YUV | 76.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 189 | 0.82 | 0.60 | 0 | 0.26 | 223.74 | 0.7 | 0.44 |
| Hex | 22 | 4C | BD | 52 | 3C | 0 | 1A | E0 | 46 | 2C |
| Octal | 42 | 114 | 275 | 122 | 74 | 0 | 32 | 340 | 106 | 54 |
| Binary | 100010 | 1001100 | 10111101 | 1010010 | 111100 | 0 | 11010 | 11100000 | 1000110 | 101100 |
Color Harmonies of #224CBD
Complementary color
Monochromatic Colors of #224CBD
Black with #224CBD
Text Example
Text Example
White with #224CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CBD; }
p { color: rgb(34,76,189); }
H1.HeaderClassName
{
color: #224CBD;
}
.AnyTagClassName
{
color: #224CBD;
}
</style>
background-color css
<style>
a { background-color: #224CBD; }
a { background-color: rgb(34,76,189); }
div.DivClassName
{
background-color: #224CBD;
}
.BgClassName
{
background-color: #224CBD;
}
</style>
border-color css
<style>
span { border-color: #224CBD; }
span { border-color: rgb(34,76,189); }
td.TdClassName
{
border-color: #224CBD;
}
.TagClassName
{
border-color: #224CBD;
}
</style>