Shades of Pelorous #2797AA
Tints of Pelorous #2797AA
RGB
CMYK
RGB Variations
Color information
#2797AA (or 0x2797AA) is known color: Pelorous. HEX triplet: 27, 97 and AA. RGB value is (39,151,170). Sum of RGB (Red+Green+Blue) = 39+151+170=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #2797AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2797AA is #D86855. Grayscale: #777777. Windows color (decimal): -14182486 or 11179815. OLE color: 11179815.
HSL color Cylindrical-coordinate representation of color #2797AA: hue angle of 188.7º 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 #2797AA is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 151 | 170 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.33 |
| HSL | 188.7º | 0.63% | 0.41% | - |
| HSV(B) | 188.7º | 0.77% | 0.67% | - |
| XYZ | 19.16 | 25.47 | 41.94 | - |
| YUV | 119.68 | 156.39 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 151 | 170 | 0.77 | 0.11 | 0 | 0.33 | 188.7 | 0.63 | 0.41 |
| Hex | 27 | 97 | AA | 4D | B | 0 | 21 | BD | 3F | 29 |
| Octal | 47 | 227 | 252 | 115 | 13 | 0 | 41 | 275 | 77 | 51 |
| Binary | 100111 | 10010111 | 10101010 | 1001101 | 1011 | 0 | 100001 | 10111101 | 111111 | 101001 |
Color Harmonies of #2797AA
Complementary color
Monochromatic Colors of #2797AA
Black with #2797AA
Text Example
Text Example
White with #2797AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2797AA; }
p { color: rgb(39,151,170); }
H1.HeaderClassName
{
color: #2797AA;
}
.AnyTagClassName
{
color: #2797AA;
}
</style>
background-color css
<style>
a { background-color: #2797AA; }
a { background-color: rgb(39,151,170); }
div.DivClassName
{
background-color: #2797AA;
}
.BgClassName
{
background-color: #2797AA;
}
</style>
border-color css
<style>
span { border-color: #2797AA; }
span { border-color: rgb(39,151,170); }
td.TdClassName
{
border-color: #2797AA;
}
.TagClassName
{
border-color: #2797AA;
}
</style>