Shades of Pelorous #2799AA
Tints of Pelorous #2799AA
RGB
CMYK
RGB Variations
Color information
#2799AA (or 0x2799AA) is known color: Pelorous. HEX triplet: 27, 99 and AA. RGB value is (39,153,170). Sum of RGB (Red+Green+Blue) = 39+153+170=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #2799AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2799AA is #D86655. Grayscale: #787878. Windows color (decimal): -14181974 or 11180327. OLE color: 11180327.
HSL color Cylindrical-coordinate representation of color #2799AA: hue angle of 187.79º 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 #2799AA is Cyan = 0.77, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 153 | 170 | - |
| CMYK | 0.77 | 0.1 | 0 | 0.33 |
| HSL | 187.79º | 0.63% | 0.41% | - |
| HSV(B) | 187.79º | 0.77% | 0.67% | - |
| XYZ | 19.48 | 26.12 | 42.04 | - |
| YUV | 120.85 | 155.73 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 170 | 0.77 | 0.1 | 0 | 0.33 | 187.79 | 0.63 | 0.41 |
| Hex | 27 | 99 | AA | 4D | A | 0 | 21 | BC | 3F | 29 |
| Octal | 47 | 231 | 252 | 115 | 12 | 0 | 41 | 274 | 77 | 51 |
| Binary | 100111 | 10011001 | 10101010 | 1001101 | 1010 | 0 | 100001 | 10111100 | 111111 | 101001 |
Color Harmonies of #2799AA
Complementary color
Monochromatic Colors of #2799AA
Black with #2799AA
Text Example
Text Example
White with #2799AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2799AA; }
p { color: rgb(39,153,170); }
H1.HeaderClassName
{
color: #2799AA;
}
.AnyTagClassName
{
color: #2799AA;
}
</style>
background-color css
<style>
a { background-color: #2799AA; }
a { background-color: rgb(39,153,170); }
div.DivClassName
{
background-color: #2799AA;
}
.BgClassName
{
background-color: #2799AA;
}
</style>
border-color css
<style>
span { border-color: #2799AA; }
span { border-color: rgb(39,153,170); }
td.TdClassName
{
border-color: #2799AA;
}
.TagClassName
{
border-color: #2799AA;
}
</style>