Shades of Pelorous #229EC6
Tints of Pelorous #229EC6
RGB
CMYK
RGB Variations
Color information
#229EC6 (or 0x229EC6) is known color: Pelorous. HEX triplet: 22, 9E and C6. RGB value is (34,158,198). Sum of RGB (Red+Green+Blue) = 34+158+198=390 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.72% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #229EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229EC6 is #DD6139. Grayscale: #7D7D7D. Windows color (decimal): -14508346 or 13016610. OLE color: 13016610.
HSL color Cylindrical-coordinate representation of color #229EC6: hue angle of 194.63º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #229EC6 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 158 | 198 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.22 |
| HSL | 194.63º | 0.71% | 0.45% | - |
| HSV(B) | 194.63º | 0.83% | 0.78% | - |
| XYZ | 23.08 | 28.87 | 57.78 | - |
| YUV | 125.48 | 168.92 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 198 | 0.83 | 0.20 | 0 | 0.22 | 194.63 | 0.71 | 0.45 |
| Hex | 22 | 9E | C6 | 53 | 14 | 0 | 16 | C3 | 47 | 2D |
| Octal | 42 | 236 | 306 | 123 | 24 | 0 | 26 | 303 | 107 | 55 |
| Binary | 100010 | 10011110 | 11000110 | 1010011 | 10100 | 0 | 10110 | 11000011 | 1000111 | 101101 |
Color Harmonies of #229EC6
Complementary color
Monochromatic Colors of #229EC6
Black with #229EC6
Text Example
Text Example
White with #229EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229EC6; }
p { color: rgb(34,158,198); }
H1.HeaderClassName
{
color: #229EC6;
}
.AnyTagClassName
{
color: #229EC6;
}
</style>
background-color css
<style>
a { background-color: #229EC6; }
a { background-color: rgb(34,158,198); }
div.DivClassName
{
background-color: #229EC6;
}
.BgClassName
{
background-color: #229EC6;
}
</style>
border-color css
<style>
span { border-color: #229EC6; }
span { border-color: rgb(34,158,198); }
td.TdClassName
{
border-color: #229EC6;
}
.TagClassName
{
border-color: #229EC6;
}
</style>