Shades of Pelorous #2894AB
Tints of Pelorous #2894AB
RGB
CMYK
RGB Variations
Color information
#2894AB (or 0x2894AB) is known color: Pelorous. HEX triplet: 28, 94 and AB. RGB value is (40,148,171). Sum of RGB (Red+Green+Blue) = 40+148+171=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 148 (58.20% from 255 or 41.23% 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 #2894AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2894AB is #D76B54. Grayscale: #767676. Windows color (decimal): -14117717 or 11244584. OLE color: 11244584.
HSL color Cylindrical-coordinate representation of color #2894AB: hue angle of 190.53º 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 #2894AB is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 148 | 171 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.33 |
| HSL | 190.53º | 0.62% | 0.41% | - |
| HSV(B) | 190.53º | 0.77% | 0.67% | - |
| XYZ | 18.82 | 24.57 | 42.28 | - |
| YUV | 118.33 | 157.72 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 171 | 0.77 | 0.13 | 0 | 0.33 | 190.53 | 0.62 | 0.41 |
| Hex | 28 | 94 | AB | 4D | D | 0 | 21 | BF | 3E | 29 |
| Octal | 50 | 224 | 253 | 115 | 15 | 0 | 41 | 277 | 76 | 51 |
| Binary | 101000 | 10010100 | 10101011 | 1001101 | 1101 | 0 | 100001 | 10111111 | 111110 | 101001 |
Color Harmonies of #2894AB
Complementary color
Monochromatic Colors of #2894AB
Black with #2894AB
Text Example
Text Example
White with #2894AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2894AB; }
p { color: rgb(40,148,171); }
H1.HeaderClassName
{
color: #2894AB;
}
.AnyTagClassName
{
color: #2894AB;
}
</style>
background-color css
<style>
a { background-color: #2894AB; }
a { background-color: rgb(40,148,171); }
div.DivClassName
{
background-color: #2894AB;
}
.BgClassName
{
background-color: #2894AB;
}
</style>
border-color css
<style>
span { border-color: #2894AB; }
span { border-color: rgb(40,148,171); }
td.TdClassName
{
border-color: #2894AB;
}
.TagClassName
{
border-color: #2894AB;
}
</style>