Shades of Cerulean Blue #224DB1
Tints of Cerulean Blue #224DB1
RGB
CMYK
RGB Variations
Color information
#224DB1 (or 0x224DB1) is known color: Cerulean Blue. HEX triplet: 22, 4D and B1. RGB value is (34,77,177). Sum of RGB (Red+Green+Blue) = 34+77+177=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #224DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224DB1 is #DDB24E. Grayscale: #4B4B4B. Windows color (decimal): -14529103 or 11619618. OLE color: 11619618.
HSL color Cylindrical-coordinate representation of color #224DB1: hue angle of 221.96º 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 #224DB1 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 77 | 177 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.31 |
| HSL | 221.96º | 0.68% | 0.41% | - |
| HSV(B) | 221.96º | 0.81% | 0.69% | - |
| XYZ | 11.25 | 8.82 | 42.7 | - |
| YUV | 75.54 | 185.25 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 177 | 0.81 | 0.56 | 0 | 0.31 | 221.96 | 0.68 | 0.41 |
| Hex | 22 | 4D | B1 | 51 | 38 | 0 | 1F | DE | 44 | 29 |
| Octal | 42 | 115 | 261 | 121 | 70 | 0 | 37 | 336 | 104 | 51 |
| Binary | 100010 | 1001101 | 10110001 | 1010001 | 111000 | 0 | 11111 | 11011110 | 1000100 | 101001 |
Color Harmonies of #224DB1
Complementary color
Monochromatic Colors of #224DB1
Black with #224DB1
Text Example
Text Example
White with #224DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DB1; }
p { color: rgb(34,77,177); }
H1.HeaderClassName
{
color: #224DB1;
}
.AnyTagClassName
{
color: #224DB1;
}
</style>
background-color css
<style>
a { background-color: #224DB1; }
a { background-color: rgb(34,77,177); }
div.DivClassName
{
background-color: #224DB1;
}
.BgClassName
{
background-color: #224DB1;
}
</style>
border-color css
<style>
span { border-color: #224DB1; }
span { border-color: rgb(34,77,177); }
td.TdClassName
{
border-color: #224DB1;
}
.TagClassName
{
border-color: #224DB1;
}
</style>