Shades of Pelorous #2898AD
Tints of Pelorous #2898AD
RGB
CMYK
RGB Variations
Color information
#2898AD (or 0x2898AD) is known color: Pelorous. HEX triplet: 28, 98 and AD. RGB value is (40,152,173). Sum of RGB (Red+Green+Blue) = 40+152+173=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #2898AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2898AD is #D76752. Grayscale: #787878. Windows color (decimal): -14116691 or 11376680. OLE color: 11376680.
HSL color Cylindrical-coordinate representation of color #2898AD: hue angle of 189.47º 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 #2898AD is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 152 | 173 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.32 |
| HSL | 189.47º | 0.62% | 0.42% | - |
| HSV(B) | 189.47º | 0.77% | 0.68% | - |
| XYZ | 19.65 | 25.92 | 43.5 | - |
| YUV | 120.91 | 157.39 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 173 | 0.77 | 0.12 | 0 | 0.32 | 189.47 | 0.62 | 0.42 |
| Hex | 28 | 98 | AD | 4D | C | 0 | 20 | BD | 3E | 2A |
| Octal | 50 | 230 | 255 | 115 | 14 | 0 | 40 | 275 | 76 | 52 |
| Binary | 101000 | 10011000 | 10101101 | 1001101 | 1100 | 0 | 100000 | 10111101 | 111110 | 101010 |
Color Harmonies of #2898AD
Complementary color
Monochromatic Colors of #2898AD
Black with #2898AD
Text Example
Text Example
White with #2898AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2898AD; }
p { color: rgb(40,152,173); }
H1.HeaderClassName
{
color: #2898AD;
}
.AnyTagClassName
{
color: #2898AD;
}
</style>
background-color css
<style>
a { background-color: #2898AD; }
a { background-color: rgb(40,152,173); }
div.DivClassName
{
background-color: #2898AD;
}
.BgClassName
{
background-color: #2898AD;
}
</style>
border-color css
<style>
span { border-color: #2898AD; }
span { border-color: rgb(40,152,173); }
td.TdClassName
{
border-color: #2898AD;
}
.TagClassName
{
border-color: #2898AD;
}
</style>