Shades of Pelorous #229EC7
Tints of Pelorous #229EC7
RGB
CMYK
RGB Variations
Color information
#229EC7 (or 0x229EC7) is known color: Pelorous. HEX triplet: 22, 9E and C7. RGB value is (34,158,199). Sum of RGB (Red+Green+Blue) = 34+158+199=391 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.70% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #229EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229EC7 is #DD6138. Grayscale: #7D7D7D. Windows color (decimal): -14508345 or 13082146. OLE color: 13082146.
HSL color Cylindrical-coordinate representation of color #229EC7: hue angle of 194.91º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #229EC7 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 158 | 199 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.22 |
| HSL | 194.91º | 0.71% | 0.46% | - |
| HSV(B) | 194.91º | 0.83% | 0.78% | - |
| XYZ | 23.2 | 28.92 | 58.39 | - |
| YUV | 125.6 | 169.42 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 199 | 0.83 | 0.21 | 0 | 0.22 | 194.91 | 0.71 | 0.46 |
| Hex | 22 | 9E | C7 | 53 | 15 | 0 | 16 | C3 | 47 | 2E |
| Octal | 42 | 236 | 307 | 123 | 25 | 0 | 26 | 303 | 107 | 56 |
| Binary | 100010 | 10011110 | 11000111 | 1010011 | 10101 | 0 | 10110 | 11000011 | 1000111 | 101110 |
Color Harmonies of #229EC7
Complementary color
Monochromatic Colors of #229EC7
Black with #229EC7
Text Example
Text Example
White with #229EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229EC7; }
p { color: rgb(34,158,199); }
H1.HeaderClassName
{
color: #229EC7;
}
.AnyTagClassName
{
color: #229EC7;
}
</style>
background-color css
<style>
a { background-color: #229EC7; }
a { background-color: rgb(34,158,199); }
div.DivClassName
{
background-color: #229EC7;
}
.BgClassName
{
background-color: #229EC7;
}
</style>
border-color css
<style>
span { border-color: #229EC7; }
span { border-color: rgb(34,158,199); }
td.TdClassName
{
border-color: #229EC7;
}
.TagClassName
{
border-color: #229EC7;
}
</style>