Shades of Pelorous #229DBE
Tints of Pelorous #229DBE
RGB
CMYK
RGB Variations
Color information
#229DBE (or 0x229DBE) is known color: Pelorous. HEX triplet: 22, 9D and BE. RGB value is (34,157,190). Sum of RGB (Red+Green+Blue) = 34+157+190=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #229DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229DBE is #DD6241. Grayscale: #7B7B7B. Windows color (decimal): -14508610 or 12492066. OLE color: 12492066.
HSL color Cylindrical-coordinate representation of color #229DBE: hue angle of 192.69º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #229DBE is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 157 | 190 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.25 |
| HSL | 192.69º | 0.7% | 0.44% | - |
| HSV(B) | 192.69º | 0.82% | 0.75% | - |
| XYZ | 22.01 | 28.17 | 52.99 | - |
| YUV | 123.99 | 165.25 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 190 | 0.82 | 0.17 | 0 | 0.25 | 192.69 | 0.7 | 0.44 |
| Hex | 22 | 9D | BE | 52 | 11 | 0 | 19 | C1 | 46 | 2C |
| Octal | 42 | 235 | 276 | 122 | 21 | 0 | 31 | 301 | 106 | 54 |
| Binary | 100010 | 10011101 | 10111110 | 1010010 | 10001 | 0 | 11001 | 11000001 | 1000110 | 101100 |
Color Harmonies of #229DBE
Complementary color
Monochromatic Colors of #229DBE
Black with #229DBE
Text Example
Text Example
White with #229DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229DBE; }
p { color: rgb(34,157,190); }
H1.HeaderClassName
{
color: #229DBE;
}
.AnyTagClassName
{
color: #229DBE;
}
</style>
background-color css
<style>
a { background-color: #229DBE; }
a { background-color: rgb(34,157,190); }
div.DivClassName
{
background-color: #229DBE;
}
.BgClassName
{
background-color: #229DBE;
}
</style>
border-color css
<style>
span { border-color: #229DBE; }
span { border-color: rgb(34,157,190); }
td.TdClassName
{
border-color: #229DBE;
}
.TagClassName
{
border-color: #229DBE;
}
</style>