Shades of Pelorous #2297AA
Tints of Pelorous #2297AA
RGB
CMYK
RGB Variations
Color information
#2297AA (or 0x2297AA) is known color: Pelorous. HEX triplet: 22, 97 and AA. RGB value is (34,151,170). Sum of RGB (Red+Green+Blue) = 34+151+170=355 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.58% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #2297AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2297AA is #DD6855. Grayscale: #757575. Windows color (decimal): -14510166 or 11179810. OLE color: 11179810.
HSL color Cylindrical-coordinate representation of color #2297AA: hue angle of 188.38º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2297AA is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 151 | 170 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.33 |
| HSL | 188.38º | 0.67% | 0.4% | - |
| HSV(B) | 188.38º | 0.8% | 0.67% | - |
| XYZ | 18.98 | 25.38 | 41.93 | - |
| YUV | 118.18 | 157.24 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 151 | 170 | 0.80 | 0.11 | 0 | 0.33 | 188.38 | 0.67 | 0.4 |
| Hex | 22 | 97 | AA | 50 | B | 0 | 21 | BC | 43 | 28 |
| Octal | 42 | 227 | 252 | 120 | 13 | 0 | 41 | 274 | 103 | 50 |
| Binary | 100010 | 10010111 | 10101010 | 1010000 | 1011 | 0 | 100001 | 10111100 | 1000011 | 101000 |
Color Harmonies of #2297AA
Complementary color
Monochromatic Colors of #2297AA
Black with #2297AA
Text Example
Text Example
White with #2297AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2297AA; }
p { color: rgb(34,151,170); }
H1.HeaderClassName
{
color: #2297AA;
}
.AnyTagClassName
{
color: #2297AA;
}
</style>
background-color css
<style>
a { background-color: #2297AA; }
a { background-color: rgb(34,151,170); }
div.DivClassName
{
background-color: #2297AA;
}
.BgClassName
{
background-color: #2297AA;
}
</style>
border-color css
<style>
span { border-color: #2297AA; }
span { border-color: rgb(34,151,170); }
td.TdClassName
{
border-color: #2297AA;
}
.TagClassName
{
border-color: #2297AA;
}
</style>