Shades of Pelorous #2798AA
Tints of Pelorous #2798AA
RGB
CMYK
RGB Variations
Color information
#2798AA (or 0x2798AA) is known color: Pelorous. HEX triplet: 27, 98 and AA. RGB value is (39,152,170). Sum of RGB (Red+Green+Blue) = 39+152+170=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #2798AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2798AA is #D86755. Grayscale: #787878. Windows color (decimal): -14182230 or 11180071. OLE color: 11180071.
HSL color Cylindrical-coordinate representation of color #2798AA: hue angle of 188.24º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2798AA is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 152 | 170 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.33 |
| HSL | 188.24º | 0.63% | 0.41% | - |
| HSV(B) | 188.24º | 0.77% | 0.67% | - |
| XYZ | 19.32 | 25.79 | 41.99 | - |
| YUV | 120.27 | 156.06 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 152 | 170 | 0.77 | 0.11 | 0 | 0.33 | 188.24 | 0.63 | 0.41 |
| Hex | 27 | 98 | AA | 4D | B | 0 | 21 | BC | 3F | 29 |
| Octal | 47 | 230 | 252 | 115 | 13 | 0 | 41 | 274 | 77 | 51 |
| Binary | 100111 | 10011000 | 10101010 | 1001101 | 1011 | 0 | 100001 | 10111100 | 111111 | 101001 |
Color Harmonies of #2798AA
Complementary color
Monochromatic Colors of #2798AA
Black with #2798AA
Text Example
Text Example
White with #2798AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2798AA; }
p { color: rgb(39,152,170); }
H1.HeaderClassName
{
color: #2798AA;
}
.AnyTagClassName
{
color: #2798AA;
}
</style>
background-color css
<style>
a { background-color: #2798AA; }
a { background-color: rgb(39,152,170); }
div.DivClassName
{
background-color: #2798AA;
}
.BgClassName
{
background-color: #2798AA;
}
</style>
border-color css
<style>
span { border-color: #2798AA; }
span { border-color: rgb(39,152,170); }
td.TdClassName
{
border-color: #2798AA;
}
.TagClassName
{
border-color: #2798AA;
}
</style>