Shades of Pelorous #2895C1
Tints of Pelorous #2895C1
RGB
CMYK
RGB Variations
Color information
#2895C1 (or 0x2895C1) is known color: Pelorous. HEX triplet: 28, 95 and C1. RGB value is (40,149,193). Sum of RGB (Red+Green+Blue) = 40+149+193=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #2895C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2895C1 is #D76A3E. Grayscale: #797979. Windows color (decimal): -14117439 or 12686632. OLE color: 12686632.
HSL color Cylindrical-coordinate representation of color #2895C1: hue angle of 197.25º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2895C1 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 149 | 193 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.24 |
| HSL | 197.25º | 0.66% | 0.46% | - |
| HSV(B) | 197.25º | 0.79% | 0.76% | - |
| XYZ | 21.25 | 25.8 | 54.31 | - |
| YUV | 121.43 | 168.39 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 193 | 0.79 | 0.23 | 0 | 0.24 | 197.25 | 0.66 | 0.46 |
| Hex | 28 | 95 | C1 | 4F | 17 | 0 | 18 | C5 | 42 | 2E |
| Octal | 50 | 225 | 301 | 117 | 27 | 0 | 30 | 305 | 102 | 56 |
| Binary | 101000 | 10010101 | 11000001 | 1001111 | 10111 | 0 | 11000 | 11000101 | 1000010 | 101110 |
Color Harmonies of #2895C1
Complementary color
Monochromatic Colors of #2895C1
Black with #2895C1
Text Example
Text Example
White with #2895C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2895C1; }
p { color: rgb(40,149,193); }
H1.HeaderClassName
{
color: #2895C1;
}
.AnyTagClassName
{
color: #2895C1;
}
</style>
background-color css
<style>
a { background-color: #2895C1; }
a { background-color: rgb(40,149,193); }
div.DivClassName
{
background-color: #2895C1;
}
.BgClassName
{
background-color: #2895C1;
}
</style>
border-color css
<style>
span { border-color: #2895C1; }
span { border-color: rgb(40,149,193); }
td.TdClassName
{
border-color: #2895C1;
}
.TagClassName
{
border-color: #2895C1;
}
</style>