Shades of Pelorous #2897AD
Tints of Pelorous #2897AD
RGB
CMYK
RGB Variations
Color information
#2897AD (or 0x2897AD) is known color: Pelorous. HEX triplet: 28, 97 and AD. RGB value is (40,151,173). Sum of RGB (Red+Green+Blue) = 40+151+173=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #2897AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2897AD is #D76852. Grayscale: #787878. Windows color (decimal): -14116947 or 11376424. OLE color: 11376424.
HSL color Cylindrical-coordinate representation of color #2897AD: hue angle of 189.92º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2897AD is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 151 | 173 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.32 |
| HSL | 189.92º | 0.62% | 0.42% | - |
| HSV(B) | 189.92º | 0.77% | 0.68% | - |
| XYZ | 19.48 | 25.6 | 43.45 | - |
| YUV | 120.32 | 157.73 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 173 | 0.77 | 0.13 | 0 | 0.32 | 189.92 | 0.62 | 0.42 |
| Hex | 28 | 97 | AD | 4D | D | 0 | 20 | BE | 3E | 2A |
| Octal | 50 | 227 | 255 | 115 | 15 | 0 | 40 | 276 | 76 | 52 |
| Binary | 101000 | 10010111 | 10101101 | 1001101 | 1101 | 0 | 100000 | 10111110 | 111110 | 101010 |
Color Harmonies of #2897AD
Complementary color
Monochromatic Colors of #2897AD
Black with #2897AD
Text Example
Text Example
White with #2897AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2897AD; }
p { color: rgb(40,151,173); }
H1.HeaderClassName
{
color: #2897AD;
}
.AnyTagClassName
{
color: #2897AD;
}
</style>
background-color css
<style>
a { background-color: #2897AD; }
a { background-color: rgb(40,151,173); }
div.DivClassName
{
background-color: #2897AD;
}
.BgClassName
{
background-color: #2897AD;
}
</style>
border-color css
<style>
span { border-color: #2897AD; }
span { border-color: rgb(40,151,173); }
td.TdClassName
{
border-color: #2897AD;
}
.TagClassName
{
border-color: #2897AD;
}
</style>