Shades of Cerulean Blue #224AC6
Tints of Cerulean Blue #224AC6
RGB
CMYK
RGB Variations
Color information
#224AC6 (or 0x224AC6) is known color: Cerulean Blue. HEX triplet: 22, 4A and C6. RGB value is (34,74,198). Sum of RGB (Red+Green+Blue) = 34+74+198=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 198 (77.73% from 255 or 64.71% from 306); Max value from RGB is 198 - color contains mainly: blue. Hex color #224AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224AC6 is #DDB539. Grayscale: #4B4B4B. Windows color (decimal): -14529850 or 12995106. OLE color: 12995106.
HSL color Cylindrical-coordinate representation of color #224AC6: hue angle of 225.37º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224AC6 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 74 | 198 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.22 |
| HSL | 225.37º | 0.71% | 0.45% | - |
| HSV(B) | 225.37º | 0.83% | 0.78% | - |
| XYZ | 13.3 | 9.31 | 54.52 | - |
| YUV | 76.18 | 196.75 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 198 | 0.83 | 0.63 | 0 | 0.22 | 225.37 | 0.71 | 0.45 |
| Hex | 22 | 4A | C6 | 53 | 3F | 0 | 16 | E1 | 47 | 2D |
| Octal | 42 | 112 | 306 | 123 | 77 | 0 | 26 | 341 | 107 | 55 |
| Binary | 100010 | 1001010 | 11000110 | 1010011 | 111111 | 0 | 10110 | 11100001 | 1000111 | 101101 |
Color Harmonies of #224AC6
Complementary color
Monochromatic Colors of #224AC6
Black with #224AC6
Text Example
Text Example
White with #224AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224AC6; }
p { color: rgb(34,74,198); }
H1.HeaderClassName
{
color: #224AC6;
}
.AnyTagClassName
{
color: #224AC6;
}
</style>
background-color css
<style>
a { background-color: #224AC6; }
a { background-color: rgb(34,74,198); }
div.DivClassName
{
background-color: #224AC6;
}
.BgClassName
{
background-color: #224AC6;
}
</style>
border-color css
<style>
span { border-color: #224AC6; }
span { border-color: rgb(34,74,198); }
td.TdClassName
{
border-color: #224AC6;
}
.TagClassName
{
border-color: #224AC6;
}
</style>