Shades of Pelorous #2197AA
Tints of Pelorous #2197AA
RGB
CMYK
RGB Variations
Color information
#2197AA (or 0x2197AA) is known color: Pelorous. HEX triplet: 21, 97 and AA. RGB value is (33,151,170). Sum of RGB (Red+Green+Blue) = 33+151+170=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #2197AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2197AA is #DE6855. Grayscale: #757575. Windows color (decimal): -14575702 or 11179809. OLE color: 11179809.
HSL color Cylindrical-coordinate representation of color #2197AA: hue angle of 188.32º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2197AA is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 151 | 170 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.33 |
| HSL | 188.32º | 0.67% | 0.4% | - |
| HSV(B) | 188.32º | 0.81% | 0.67% | - |
| XYZ | 18.95 | 25.36 | 41.93 | - |
| YUV | 117.88 | 157.41 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 170 | 0.81 | 0.11 | 0 | 0.33 | 188.32 | 0.67 | 0.4 |
| Hex | 21 | 97 | AA | 51 | B | 0 | 21 | BC | 43 | 28 |
| Octal | 41 | 227 | 252 | 121 | 13 | 0 | 41 | 274 | 103 | 50 |
| Binary | 100001 | 10010111 | 10101010 | 1010001 | 1011 | 0 | 100001 | 10111100 | 1000011 | 101000 |
Color Harmonies of #2197AA
Complementary color
Monochromatic Colors of #2197AA
Black with #2197AA
Text Example
Text Example
White with #2197AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2197AA; }
p { color: rgb(33,151,170); }
H1.HeaderClassName
{
color: #2197AA;
}
.AnyTagClassName
{
color: #2197AA;
}
</style>
background-color css
<style>
a { background-color: #2197AA; }
a { background-color: rgb(33,151,170); }
div.DivClassName
{
background-color: #2197AA;
}
.BgClassName
{
background-color: #2197AA;
}
</style>
border-color css
<style>
span { border-color: #2197AA; }
span { border-color: rgb(33,151,170); }
td.TdClassName
{
border-color: #2197AA;
}
.TagClassName
{
border-color: #2197AA;
}
</style>