Shades of Cerulean Blue #224DAF
Tints of Cerulean Blue #224DAF
RGB
CMYK
RGB Variations
Color information
#224DAF (or 0x224DAF) is known color: Cerulean Blue. HEX triplet: 22, 4D and AF. RGB value is (34,77,175). Sum of RGB (Red+Green+Blue) = 34+77+175=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #224DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224DAF is #DDB250. Grayscale: #4A4A4A. Windows color (decimal): -14529105 or 11488546. OLE color: 11488546.
HSL color Cylindrical-coordinate representation of color #224DAF: hue angle of 221.7º degrees, saturation: 0.67, 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 #224DAF is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 77 | 175 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.31 |
| HSL | 221.7º | 0.67% | 0.41% | - |
| HSV(B) | 221.7º | 0.81% | 0.69% | - |
| XYZ | 11.05 | 8.74 | 41.66 | - |
| YUV | 75.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 175 | 0.81 | 0.56 | 0 | 0.31 | 221.7 | 0.67 | 0.41 |
| Hex | 22 | 4D | AF | 51 | 38 | 0 | 1F | DE | 43 | 29 |
| Octal | 42 | 115 | 257 | 121 | 70 | 0 | 37 | 336 | 103 | 51 |
| Binary | 100010 | 1001101 | 10101111 | 1010001 | 111000 | 0 | 11111 | 11011110 | 1000011 | 101001 |
Color Harmonies of #224DAF
Complementary color
Monochromatic Colors of #224DAF
Black with #224DAF
Text Example
Text Example
White with #224DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DAF; }
p { color: rgb(34,77,175); }
H1.HeaderClassName
{
color: #224DAF;
}
.AnyTagClassName
{
color: #224DAF;
}
</style>
background-color css
<style>
a { background-color: #224DAF; }
a { background-color: rgb(34,77,175); }
div.DivClassName
{
background-color: #224DAF;
}
.BgClassName
{
background-color: #224DAF;
}
</style>
border-color css
<style>
span { border-color: #224DAF; }
span { border-color: rgb(34,77,175); }
td.TdClassName
{
border-color: #224DAF;
}
.TagClassName
{
border-color: #224DAF;
}
</style>