Shades of Pelorous #2891AB
Tints of Pelorous #2891AB
RGB
CMYK
RGB Variations
Color information
#2891AB (or 0x2891AB) is known color: Pelorous. HEX triplet: 28, 91 and AB. RGB value is (40,145,171). Sum of RGB (Red+Green+Blue) = 40+145+171=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #2891AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2891AB is #D76E54. Grayscale: #747474. Windows color (decimal): -14118485 or 11243816. OLE color: 11243816.
HSL color Cylindrical-coordinate representation of color #2891AB: hue angle of 191.91º degrees, saturation: 0.62, 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 #2891AB is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 145 | 171 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.33 |
| HSL | 191.91º | 0.62% | 0.41% | - |
| HSV(B) | 191.91º | 0.77% | 0.67% | - |
| XYZ | 18.35 | 23.64 | 42.12 | - |
| YUV | 116.57 | 158.71 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 171 | 0.77 | 0.15 | 0 | 0.33 | 191.91 | 0.62 | 0.41 |
| Hex | 28 | 91 | AB | 4D | F | 0 | 21 | C0 | 3E | 29 |
| Octal | 50 | 221 | 253 | 115 | 17 | 0 | 41 | 300 | 76 | 51 |
| Binary | 101000 | 10010001 | 10101011 | 1001101 | 1111 | 0 | 100001 | 11000000 | 111110 | 101001 |
Color Harmonies of #2891AB
Complementary color
Monochromatic Colors of #2891AB
Black with #2891AB
Text Example
Text Example
White with #2891AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2891AB; }
p { color: rgb(40,145,171); }
H1.HeaderClassName
{
color: #2891AB;
}
.AnyTagClassName
{
color: #2891AB;
}
</style>
background-color css
<style>
a { background-color: #2891AB; }
a { background-color: rgb(40,145,171); }
div.DivClassName
{
background-color: #2891AB;
}
.BgClassName
{
background-color: #2891AB;
}
</style>
border-color css
<style>
span { border-color: #2891AB; }
span { border-color: rgb(40,145,171); }
td.TdClassName
{
border-color: #2891AB;
}
.TagClassName
{
border-color: #2891AB;
}
</style>