Shades of Pelorous #2895AF
Tints of Pelorous #2895AF
RGB
CMYK
RGB Variations
Color information
#2895AF (or 0x2895AF) is known color: Pelorous. HEX triplet: 28, 95 and AF. RGB value is (40,149,175). Sum of RGB (Red+Green+Blue) = 40+149+175=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #2895AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2895AF is #D76A50. Grayscale: #777777. Windows color (decimal): -14117457 or 11506984. OLE color: 11506984.
HSL color Cylindrical-coordinate representation of color #2895AF: hue angle of 191.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2895AF is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 149 | 175 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.31 |
| HSL | 191.56º | 0.63% | 0.42% | - |
| HSV(B) | 191.56º | 0.77% | 0.69% | - |
| XYZ | 19.36 | 25.04 | 44.37 | - |
| YUV | 119.37 | 159.39 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 175 | 0.77 | 0.15 | 0 | 0.31 | 191.56 | 0.63 | 0.42 |
| Hex | 28 | 95 | AF | 4D | F | 0 | 1F | C0 | 3F | 2A |
| Octal | 50 | 225 | 257 | 115 | 17 | 0 | 37 | 300 | 77 | 52 |
| Binary | 101000 | 10010101 | 10101111 | 1001101 | 1111 | 0 | 11111 | 11000000 | 111111 | 101010 |
Color Harmonies of #2895AF
Complementary color
Monochromatic Colors of #2895AF
Black with #2895AF
Text Example
Text Example
White with #2895AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2895AF; }
p { color: rgb(40,149,175); }
H1.HeaderClassName
{
color: #2895AF;
}
.AnyTagClassName
{
color: #2895AF;
}
</style>
background-color css
<style>
a { background-color: #2895AF; }
a { background-color: rgb(40,149,175); }
div.DivClassName
{
background-color: #2895AF;
}
.BgClassName
{
background-color: #2895AF;
}
</style>
border-color css
<style>
span { border-color: #2895AF; }
span { border-color: rgb(40,149,175); }
td.TdClassName
{
border-color: #2895AF;
}
.TagClassName
{
border-color: #2895AF;
}
</style>