Shades of Cerulean Blue #224CCD
Tints of Cerulean Blue #224CCD
RGB
CMYK
RGB Variations
Color information
#224CCD (or 0x224CCD) is known color: Cerulean Blue. HEX triplet: 22, 4C and CD. RGB value is (34,76,205). Sum of RGB (Red+Green+Blue) = 34+76+205=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #224CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CCD is #DDB332. Grayscale: #4D4D4D. Windows color (decimal): -14529331 or 13454370. OLE color: 13454370.
HSL color Cylindrical-coordinate representation of color #224CCD: hue angle of 225.26º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224CCD is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 76 | 205 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.20 |
| HSL | 225.26º | 0.72% | 0.47% | - |
| HSV(B) | 225.26º | 0.83% | 0.8% | - |
| XYZ | 14.26 | 9.92 | 58.92 | - |
| YUV | 78.15 | 199.59 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 205 | 0.83 | 0.63 | 0 | 0.20 | 225.26 | 0.72 | 0.47 |
| Hex | 22 | 4C | CD | 53 | 3F | 0 | 14 | E1 | 48 | 2F |
| Octal | 42 | 114 | 315 | 123 | 77 | 0 | 24 | 341 | 110 | 57 |
| Binary | 100010 | 1001100 | 11001101 | 1010011 | 111111 | 0 | 10100 | 11100001 | 1001000 | 101111 |
Color Harmonies of #224CCD
Complementary color
Monochromatic Colors of #224CCD
Black with #224CCD
Text Example
Text Example
White with #224CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CCD; }
p { color: rgb(34,76,205); }
H1.HeaderClassName
{
color: #224CCD;
}
.AnyTagClassName
{
color: #224CCD;
}
</style>
background-color css
<style>
a { background-color: #224CCD; }
a { background-color: rgb(34,76,205); }
div.DivClassName
{
background-color: #224CCD;
}
.BgClassName
{
background-color: #224CCD;
}
</style>
border-color css
<style>
span { border-color: #224CCD; }
span { border-color: rgb(34,76,205); }
td.TdClassName
{
border-color: #224CCD;
}
.TagClassName
{
border-color: #224CCD;
}
</style>