Shades of Pelorous #2791AB
Tints of Pelorous #2791AB
RGB
CMYK
RGB Variations
Color information
#2791AB (or 0x2791AB) is known color: Pelorous. HEX triplet: 27, 91 and AB. RGB value is (39,145,171). Sum of RGB (Red+Green+Blue) = 39+145+171=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #2791AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2791AB is #D86E54. Grayscale: #747474. Windows color (decimal): -14184021 or 11243815. OLE color: 11243815.
HSL color Cylindrical-coordinate representation of color #2791AB: hue angle of 191.82º 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 #2791AB is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 145 | 171 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.33 |
| HSL | 191.82º | 0.63% | 0.41% | - |
| HSV(B) | 191.82º | 0.77% | 0.67% | - |
| XYZ | 18.31 | 23.62 | 42.12 | - |
| YUV | 116.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 145 | 171 | 0.77 | 0.15 | 0 | 0.33 | 191.82 | 0.63 | 0.41 |
| Hex | 27 | 91 | AB | 4D | F | 0 | 21 | C0 | 3F | 29 |
| Octal | 47 | 221 | 253 | 115 | 17 | 0 | 41 | 300 | 77 | 51 |
| Binary | 100111 | 10010001 | 10101011 | 1001101 | 1111 | 0 | 100001 | 11000000 | 111111 | 101001 |
Color Harmonies of #2791AB
Complementary color
Monochromatic Colors of #2791AB
Black with #2791AB
Text Example
Text Example
White with #2791AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2791AB; }
p { color: rgb(39,145,171); }
H1.HeaderClassName
{
color: #2791AB;
}
.AnyTagClassName
{
color: #2791AB;
}
</style>
background-color css
<style>
a { background-color: #2791AB; }
a { background-color: rgb(39,145,171); }
div.DivClassName
{
background-color: #2791AB;
}
.BgClassName
{
background-color: #2791AB;
}
</style>
border-color css
<style>
span { border-color: #2791AB; }
span { border-color: rgb(39,145,171); }
td.TdClassName
{
border-color: #2791AB;
}
.TagClassName
{
border-color: #2791AB;
}
</style>