Shades of Pelorous #229ECF
Tints of Pelorous #229ECF
RGB
CMYK
RGB Variations
Color information
#229ECF (or 0x229ECF) is known color: Pelorous. HEX triplet: 22, 9E and CF. RGB value is (34,158,207). Sum of RGB (Red+Green+Blue) = 34+158+207=399 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.52% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #229ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229ECF is #DD6130. Grayscale: #7E7E7E. Windows color (decimal): -14508337 or 13606434. OLE color: 13606434.
HSL color Cylindrical-coordinate representation of color #229ECF: hue angle of 196.99º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #229ECF is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 158 | 207 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.19 |
| HSL | 196.99º | 0.72% | 0.47% | - |
| HSV(B) | 196.99º | 0.84% | 0.81% | - |
| XYZ | 24.15 | 29.3 | 63.41 | - |
| YUV | 126.51 | 173.42 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 207 | 0.84 | 0.24 | 0 | 0.19 | 196.99 | 0.72 | 0.47 |
| Hex | 22 | 9E | CF | 54 | 18 | 0 | 13 | C5 | 48 | 2F |
| Octal | 42 | 236 | 317 | 124 | 30 | 0 | 23 | 305 | 110 | 57 |
| Binary | 100010 | 10011110 | 11001111 | 1010100 | 11000 | 0 | 10011 | 11000101 | 1001000 | 101111 |
Color Harmonies of #229ECF
Complementary color
Monochromatic Colors of #229ECF
Black with #229ECF
Text Example
Text Example
White with #229ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229ECF; }
p { color: rgb(34,158,207); }
H1.HeaderClassName
{
color: #229ECF;
}
.AnyTagClassName
{
color: #229ECF;
}
</style>
background-color css
<style>
a { background-color: #229ECF; }
a { background-color: rgb(34,158,207); }
div.DivClassName
{
background-color: #229ECF;
}
.BgClassName
{
background-color: #229ECF;
}
</style>
border-color css
<style>
span { border-color: #229ECF; }
span { border-color: rgb(34,158,207); }
td.TdClassName
{
border-color: #229ECF;
}
.TagClassName
{
border-color: #229ECF;
}
</style>