Shades of Cerulean Blue #224DA4
Tints of Cerulean Blue #224DA4
RGB
CMYK
RGB Variations
Color information
#224DA4 (or 0x224DA4) is known color: Cerulean Blue. HEX triplet: 22, 4D and A4. RGB value is (34,77,164). Sum of RGB (Red+Green+Blue) = 34+77+164=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 164 (64.45% from 255 or 59.64% from 275); Max value from RGB is 164 - color contains mainly: blue. Hex color #224DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224DA4 is #DDB25B. Grayscale: #494949. Windows color (decimal): -14529116 or 10767650. OLE color: 10767650.
HSL color Cylindrical-coordinate representation of color #224DA4: hue angle of 220.15º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #224DA4 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 77 | 164 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.36 |
| HSL | 220.15º | 0.66% | 0.39% | - |
| HSV(B) | 220.15º | 0.79% | 0.64% | - |
| XYZ | 10.01 | 8.33 | 36.2 | - |
| YUV | 74.06 | 178.75 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 164 | 0.79 | 0.53 | 0 | 0.36 | 220.15 | 0.66 | 0.39 |
| Hex | 22 | 4D | A4 | 4F | 35 | 0 | 24 | DC | 42 | 27 |
| Octal | 42 | 115 | 244 | 117 | 65 | 0 | 44 | 334 | 102 | 47 |
| Binary | 100010 | 1001101 | 10100100 | 1001111 | 110101 | 0 | 100100 | 11011100 | 1000010 | 100111 |
Color Harmonies of #224DA4
Complementary color
Monochromatic Colors of #224DA4
Black with #224DA4
Text Example
Text Example
White with #224DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DA4; }
p { color: rgb(34,77,164); }
H1.HeaderClassName
{
color: #224DA4;
}
.AnyTagClassName
{
color: #224DA4;
}
</style>
background-color css
<style>
a { background-color: #224DA4; }
a { background-color: rgb(34,77,164); }
div.DivClassName
{
background-color: #224DA4;
}
.BgClassName
{
background-color: #224DA4;
}
</style>
border-color css
<style>
span { border-color: #224DA4; }
span { border-color: rgb(34,77,164); }
td.TdClassName
{
border-color: #224DA4;
}
.TagClassName
{
border-color: #224DA4;
}
</style>