Shades of Pelorous #2795AB
Tints of Pelorous #2795AB
RGB
CMYK
RGB Variations
Color information
#2795AB (or 0x2795AB) is known color: Pelorous. HEX triplet: 27, 95 and AB. RGB value is (39,149,171). Sum of RGB (Red+Green+Blue) = 39+149+171=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #2795AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2795AB is #D86A54. Grayscale: #767676. Windows color (decimal): -14182997 or 11244839. OLE color: 11244839.
HSL color Cylindrical-coordinate representation of color #2795AB: hue angle of 190º 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 #2795AB is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 149 | 171 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.33 |
| HSL | 190º | 0.63% | 0.41% | - |
| HSV(B) | 190º | 0.77% | 0.67% | - |
| XYZ | 18.93 | 24.87 | 42.33 | - |
| YUV | 118.62 | 157.56 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 171 | 0.77 | 0.13 | 0 | 0.33 | 190 | 0.63 | 0.41 |
| Hex | 27 | 95 | AB | 4D | D | 0 | 21 | BE | 3F | 29 |
| Octal | 47 | 225 | 253 | 115 | 15 | 0 | 41 | 276 | 77 | 51 |
| Binary | 100111 | 10010101 | 10101011 | 1001101 | 1101 | 0 | 100001 | 10111110 | 111111 | 101001 |
Color Harmonies of #2795AB
Complementary color
Monochromatic Colors of #2795AB
Black with #2795AB
Text Example
Text Example
White with #2795AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2795AB; }
p { color: rgb(39,149,171); }
H1.HeaderClassName
{
color: #2795AB;
}
.AnyTagClassName
{
color: #2795AB;
}
</style>
background-color css
<style>
a { background-color: #2795AB; }
a { background-color: rgb(39,149,171); }
div.DivClassName
{
background-color: #2795AB;
}
.BgClassName
{
background-color: #2795AB;
}
</style>
border-color css
<style>
span { border-color: #2795AB; }
span { border-color: rgb(39,149,171); }
td.TdClassName
{
border-color: #2795AB;
}
.TagClassName
{
border-color: #2795AB;
}
</style>