Shades of Pelorous #2895C8
Tints of Pelorous #2895C8
RGB
CMYK
RGB Variations
Color information
#2895C8 (or 0x2895C8) is known color: Pelorous. HEX triplet: 28, 95 and C8. RGB value is (40,149,200). Sum of RGB (Red+Green+Blue) = 40+149+200=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #2895C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2895C8 is #D76A37. Grayscale: #797979. Windows color (decimal): -14117432 or 13145384. OLE color: 13145384.
HSL color Cylindrical-coordinate representation of color #2895C8: hue angle of 199.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2895C8 is Cyan = 0.8, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 149 | 200 | - |
| CMYK | 0.8 | 0.26 | 0 | 0.22 |
| HSL | 199.13º | 0.67% | 0.47% | - |
| HSV(B) | 199.13º | 0.8% | 0.78% | - |
| XYZ | 22.05 | 26.12 | 58.52 | - |
| YUV | 122.22 | 171.89 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 200 | 0.8 | 0.26 | 0 | 0.22 | 199.13 | 0.67 | 0.47 |
| Hex | 28 | 95 | C8 | 50 | 1A | 0 | 16 | C7 | 43 | 2F |
| Octal | 50 | 225 | 310 | 120 | 32 | 0 | 26 | 307 | 103 | 57 |
| Binary | 101000 | 10010101 | 11001000 | 1010000 | 11010 | 0 | 10110 | 11000111 | 1000011 | 101111 |
Color Harmonies of #2895C8
Complementary color
Monochromatic Colors of #2895C8
Black with #2895C8
Text Example
Text Example
White with #2895C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2895C8; }
p { color: rgb(40,149,200); }
H1.HeaderClassName
{
color: #2895C8;
}
.AnyTagClassName
{
color: #2895C8;
}
</style>
background-color css
<style>
a { background-color: #2895C8; }
a { background-color: rgb(40,149,200); }
div.DivClassName
{
background-color: #2895C8;
}
.BgClassName
{
background-color: #2895C8;
}
</style>
border-color css
<style>
span { border-color: #2895C8; }
span { border-color: rgb(40,149,200); }
td.TdClassName
{
border-color: #2895C8;
}
.TagClassName
{
border-color: #2895C8;
}
</style>