Shades of Pelorous #2292AA
Tints of Pelorous #2292AA
RGB
CMYK
RGB Variations
Color information
#2292AA (or 0x2292AA) is known color: Pelorous. HEX triplet: 22, 92 and AA. RGB value is (34,146,170). Sum of RGB (Red+Green+Blue) = 34+146+170=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #2292AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2292AA is #DD6D55. Grayscale: #737373. Windows color (decimal): -14511446 or 11178530. OLE color: 11178530.
HSL color Cylindrical-coordinate representation of color #2292AA: hue angle of 190.59º 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 #2292AA is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 146 | 170 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.33 |
| HSL | 190.59º | 0.67% | 0.4% | - |
| HSV(B) | 190.59º | 0.8% | 0.67% | - |
| XYZ | 18.19 | 23.8 | 41.67 | - |
| YUV | 115.25 | 158.89 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 146 | 170 | 0.80 | 0.14 | 0 | 0.33 | 190.59 | 0.67 | 0.4 |
| Hex | 22 | 92 | AA | 50 | E | 0 | 21 | BF | 43 | 28 |
| Octal | 42 | 222 | 252 | 120 | 16 | 0 | 41 | 277 | 103 | 50 |
| Binary | 100010 | 10010010 | 10101010 | 1010000 | 1110 | 0 | 100001 | 10111111 | 1000011 | 101000 |
Color Harmonies of #2292AA
Complementary color
Monochromatic Colors of #2292AA
Black with #2292AA
Text Example
Text Example
White with #2292AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2292AA; }
p { color: rgb(34,146,170); }
H1.HeaderClassName
{
color: #2292AA;
}
.AnyTagClassName
{
color: #2292AA;
}
</style>
background-color css
<style>
a { background-color: #2292AA; }
a { background-color: rgb(34,146,170); }
div.DivClassName
{
background-color: #2292AA;
}
.BgClassName
{
background-color: #2292AA;
}
</style>
border-color css
<style>
span { border-color: #2292AA; }
span { border-color: rgb(34,146,170); }
td.TdClassName
{
border-color: #2292AA;
}
.TagClassName
{
border-color: #2292AA;
}
</style>