Shades of Cerulean Blue #224BBC
Tints of Cerulean Blue #224BBC
RGB
CMYK
RGB Variations
Color information
#224BBC (or 0x224BBC) is known color: Cerulean Blue. HEX triplet: 22, 4B and BC. RGB value is (34,75,188). Sum of RGB (Red+Green+Blue) = 34+75+188=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #224BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BBC is #DDB443. Grayscale: #4B4B4B. Windows color (decimal): -14529604 or 12340002. OLE color: 12340002.
HSL color Cylindrical-coordinate representation of color #224BBC: hue angle of 224.03º degrees, saturation: 0.69, 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 #224BBC is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 75 | 188 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.26 |
| HSL | 224.03º | 0.69% | 0.44% | - |
| HSV(B) | 224.03º | 0.82% | 0.74% | - |
| XYZ | 12.25 | 9 | 48.67 | - |
| YUV | 75.62 | 191.42 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 188 | 0.82 | 0.60 | 0 | 0.26 | 224.03 | 0.69 | 0.44 |
| Hex | 22 | 4B | BC | 52 | 3C | 0 | 1A | E0 | 45 | 2C |
| Octal | 42 | 113 | 274 | 122 | 74 | 0 | 32 | 340 | 105 | 54 |
| Binary | 100010 | 1001011 | 10111100 | 1010010 | 111100 | 0 | 11010 | 11100000 | 1000101 | 101100 |
Color Harmonies of #224BBC
Complementary color
Monochromatic Colors of #224BBC
Black with #224BBC
Text Example
Text Example
White with #224BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BBC; }
p { color: rgb(34,75,188); }
H1.HeaderClassName
{
color: #224BBC;
}
.AnyTagClassName
{
color: #224BBC;
}
</style>
background-color css
<style>
a { background-color: #224BBC; }
a { background-color: rgb(34,75,188); }
div.DivClassName
{
background-color: #224BBC;
}
.BgClassName
{
background-color: #224BBC;
}
</style>
border-color css
<style>
span { border-color: #224BBC; }
span { border-color: rgb(34,75,188); }
td.TdClassName
{
border-color: #224BBC;
}
.TagClassName
{
border-color: #224BBC;
}
</style>