Shades of Cerulean Blue #224DAD
Tints of Cerulean Blue #224DAD
RGB
CMYK
RGB Variations
Color information
#224DAD (or 0x224DAD) is known color: Cerulean Blue. HEX triplet: 22, 4D and AD. RGB value is (34,77,173). Sum of RGB (Red+Green+Blue) = 34+77+173=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #224DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224DAD is #DDB252. Grayscale: #4A4A4A. Windows color (decimal): -14529107 or 11357474. OLE color: 11357474.
HSL color Cylindrical-coordinate representation of color #224DAD: hue angle of 221.44º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224DAD is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 77 | 173 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.32 |
| HSL | 221.44º | 0.67% | 0.41% | - |
| HSV(B) | 221.44º | 0.8% | 0.68% | - |
| XYZ | 10.86 | 8.66 | 40.64 | - |
| YUV | 75.09 | 183.25 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 173 | 0.80 | 0.55 | 0 | 0.32 | 221.44 | 0.67 | 0.41 |
| Hex | 22 | 4D | AD | 50 | 37 | 0 | 20 | DD | 43 | 29 |
| Octal | 42 | 115 | 255 | 120 | 67 | 0 | 40 | 335 | 103 | 51 |
| Binary | 100010 | 1001101 | 10101101 | 1010000 | 110111 | 0 | 100000 | 11011101 | 1000011 | 101001 |
Color Harmonies of #224DAD
Complementary color
Monochromatic Colors of #224DAD
Black with #224DAD
Text Example
Text Example
White with #224DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DAD; }
p { color: rgb(34,77,173); }
H1.HeaderClassName
{
color: #224DAD;
}
.AnyTagClassName
{
color: #224DAD;
}
</style>
background-color css
<style>
a { background-color: #224DAD; }
a { background-color: rgb(34,77,173); }
div.DivClassName
{
background-color: #224DAD;
}
.BgClassName
{
background-color: #224DAD;
}
</style>
border-color css
<style>
span { border-color: #224DAD; }
span { border-color: rgb(34,77,173); }
td.TdClassName
{
border-color: #224DAD;
}
.TagClassName
{
border-color: #224DAD;
}
</style>