Shades of Pelorous #229AB7
Tints of Pelorous #229AB7
RGB
CMYK
RGB Variations
Color information
#229AB7 (or 0x229AB7) is known color: Pelorous. HEX triplet: 22, 9A and B7. RGB value is (34,154,183). Sum of RGB (Red+Green+Blue) = 34+154+183=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #229AB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229AB7 is #DD6548. Grayscale: #797979. Windows color (decimal): -14509385 or 12032546. OLE color: 12032546.
HSL color Cylindrical-coordinate representation of color #229AB7: hue angle of 191.68º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #229AB7 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 34 | 154 | 183 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.28 |
| HSL | 191.68º | 0.69% | 0.43% | - |
| HSV(B) | 191.68º | 0.81% | 0.72% | - |
| XYZ | 20.76 | 26.87 | 48.89 | - |
| YUV | 121.43 | 162.74 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 183 | 0.81 | 0.16 | 0 | 0.28 | 191.68 | 0.69 | 0.43 |
| Hex | 22 | 9A | B7 | 51 | 10 | 0 | 1C | C0 | 45 | 2B |
| Octal | 42 | 232 | 267 | 121 | 20 | 0 | 34 | 300 | 105 | 53 |
| Binary | 100010 | 10011010 | 10110111 | 1010001 | 10000 | 0 | 11100 | 11000000 | 1000101 | 101011 |
Color Harmonies of #229AB7
Complementary color
Monochromatic Colors of #229AB7
Black with #229AB7
Text Example
Text Example
White with #229AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229AB7; }
p { color: rgb(34,154,183); }
H1.HeaderClassName
{
color: #229AB7;
}
.AnyTagClassName
{
color: #229AB7;
}
</style>
background-color css
<style>
a { background-color: #229AB7; }
a { background-color: rgb(34,154,183); }
div.DivClassName
{
background-color: #229AB7;
}
.BgClassName
{
background-color: #229AB7;
}
</style>
border-color css
<style>
span { border-color: #229AB7; }
span { border-color: rgb(34,154,183); }
td.TdClassName
{
border-color: #229AB7;
}
.TagClassName
{
border-color: #229AB7;
}
</style>