Shades of Pelorous #229ECC
Tints of Pelorous #229ECC
RGB
CMYK
RGB Variations
Color information
#229ECC (or 0x229ECC) is known color: Pelorous. HEX triplet: 22, 9E and CC. RGB value is (34,158,204). Sum of RGB (Red+Green+Blue) = 34+158+204=396 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.59% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #229ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229ECC is #DD6133. Grayscale: #7D7D7D. Windows color (decimal): -14508340 or 13409826. OLE color: 13409826.
HSL color Cylindrical-coordinate representation of color #229ECC: hue angle of 196.24º degrees, saturation: 0.71, 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 #229ECC is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 158 | 204 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.2 |
| HSL | 196.24º | 0.71% | 0.47% | - |
| HSV(B) | 196.24º | 0.83% | 0.8% | - |
| XYZ | 23.79 | 29.15 | 61.5 | - |
| YUV | 126.17 | 171.92 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 204 | 0.83 | 0.23 | 0 | 0.2 | 196.24 | 0.71 | 0.47 |
| Hex | 22 | 9E | CC | 53 | 17 | 0 | 14 | C4 | 47 | 2F |
| Octal | 42 | 236 | 314 | 123 | 27 | 0 | 24 | 304 | 107 | 57 |
| Binary | 100010 | 10011110 | 11001100 | 1010011 | 10111 | 0 | 10100 | 11000100 | 1000111 | 101111 |
Color Harmonies of #229ECC
Complementary color
Monochromatic Colors of #229ECC
Black with #229ECC
Text Example
Text Example
White with #229ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229ECC; }
p { color: rgb(34,158,204); }
H1.HeaderClassName
{
color: #229ECC;
}
.AnyTagClassName
{
color: #229ECC;
}
</style>
background-color css
<style>
a { background-color: #229ECC; }
a { background-color: rgb(34,158,204); }
div.DivClassName
{
background-color: #229ECC;
}
.BgClassName
{
background-color: #229ECC;
}
</style>
border-color css
<style>
span { border-color: #229ECC; }
span { border-color: rgb(34,158,204); }
td.TdClassName
{
border-color: #229ECC;
}
.TagClassName
{
border-color: #229ECC;
}
</style>