Shades of Pelorous #229EC5
Tints of Pelorous #229EC5
RGB
CMYK
RGB Variations
Color information
#229EC5 (or 0x229EC5) is known color: Pelorous. HEX triplet: 22, 9E and C5. RGB value is (34,158,197). Sum of RGB (Red+Green+Blue) = 34+158+197=389 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.74% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #229EC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229EC5 is #DD613A. Grayscale: #7D7D7D. Windows color (decimal): -14508347 or 12951074. OLE color: 12951074.
HSL color Cylindrical-coordinate representation of color #229EC5: hue angle of 194.36º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #229EC5 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 158 | 197 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.23 |
| HSL | 194.36º | 0.71% | 0.45% | - |
| HSV(B) | 194.36º | 0.83% | 0.77% | - |
| XYZ | 22.96 | 28.83 | 57.18 | - |
| YUV | 125.37 | 168.42 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 197 | 0.83 | 0.20 | 0 | 0.23 | 194.36 | 0.71 | 0.45 |
| Hex | 22 | 9E | C5 | 53 | 14 | 0 | 17 | C2 | 47 | 2D |
| Octal | 42 | 236 | 305 | 123 | 24 | 0 | 27 | 302 | 107 | 55 |
| Binary | 100010 | 10011110 | 11000101 | 1010011 | 10100 | 0 | 10111 | 11000010 | 1000111 | 101101 |
Color Harmonies of #229EC5
Complementary color
Monochromatic Colors of #229EC5
Black with #229EC5
Text Example
Text Example
White with #229EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229EC5; }
p { color: rgb(34,158,197); }
H1.HeaderClassName
{
color: #229EC5;
}
.AnyTagClassName
{
color: #229EC5;
}
</style>
background-color css
<style>
a { background-color: #229EC5; }
a { background-color: rgb(34,158,197); }
div.DivClassName
{
background-color: #229EC5;
}
.BgClassName
{
background-color: #229EC5;
}
</style>
border-color css
<style>
span { border-color: #229EC5; }
span { border-color: rgb(34,158,197); }
td.TdClassName
{
border-color: #229EC5;
}
.TagClassName
{
border-color: #229EC5;
}
</style>