Shades of Pelorous #2895AE
Tints of Pelorous #2895AE
RGB
CMYK
RGB Variations
Color information
#2895AE (or 0x2895AE) is known color: Pelorous. HEX triplet: 28, 95 and AE. RGB value is (40,149,174). Sum of RGB (Red+Green+Blue) = 40+149+174=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #2895AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2895AE is #D76A51. Grayscale: #777777. Windows color (decimal): -14117458 or 11441448. OLE color: 11441448.
HSL color Cylindrical-coordinate representation of color #2895AE: hue angle of 191.19º degrees, saturation: 0.63, 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 #2895AE is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 149 | 174 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.32 |
| HSL | 191.19º | 0.63% | 0.42% | - |
| HSV(B) | 191.19º | 0.77% | 0.68% | - |
| XYZ | 19.26 | 25 | 43.86 | - |
| YUV | 119.26 | 158.89 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 174 | 0.77 | 0.14 | 0 | 0.32 | 191.19 | 0.63 | 0.42 |
| Hex | 28 | 95 | AE | 4D | E | 0 | 20 | BF | 3F | 2A |
| Octal | 50 | 225 | 256 | 115 | 16 | 0 | 40 | 277 | 77 | 52 |
| Binary | 101000 | 10010101 | 10101110 | 1001101 | 1110 | 0 | 100000 | 10111111 | 111111 | 101010 |
Color Harmonies of #2895AE
Complementary color
Monochromatic Colors of #2895AE
Black with #2895AE
Text Example
Text Example
White with #2895AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2895AE; }
p { color: rgb(40,149,174); }
H1.HeaderClassName
{
color: #2895AE;
}
.AnyTagClassName
{
color: #2895AE;
}
</style>
background-color css
<style>
a { background-color: #2895AE; }
a { background-color: rgb(40,149,174); }
div.DivClassName
{
background-color: #2895AE;
}
.BgClassName
{
background-color: #2895AE;
}
</style>
border-color css
<style>
span { border-color: #2895AE; }
span { border-color: rgb(40,149,174); }
td.TdClassName
{
border-color: #2895AE;
}
.TagClassName
{
border-color: #2895AE;
}
</style>