Shades of Pelorous #2895B6
Tints of Pelorous #2895B6
RGB
CMYK
RGB Variations
Color information
#2895B6 (or 0x2895B6) is known color: Pelorous. HEX triplet: 28, 95 and B6. RGB value is (40,149,182). Sum of RGB (Red+Green+Blue) = 40+149+182=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #2895B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2895B6 is #D76A49. Grayscale: #777777. Windows color (decimal): -14117450 or 11965736. OLE color: 11965736.
HSL color Cylindrical-coordinate representation of color #2895B6: hue angle of 193.94º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2895B6 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 149 | 182 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.29 |
| HSL | 193.94º | 0.64% | 0.44% | - |
| HSV(B) | 193.94º | 0.78% | 0.71% | - |
| XYZ | 20.07 | 25.32 | 48.09 | - |
| YUV | 120.17 | 162.89 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 182 | 0.78 | 0.18 | 0 | 0.29 | 193.94 | 0.64 | 0.44 |
| Hex | 28 | 95 | B6 | 4E | 12 | 0 | 1D | C2 | 40 | 2C |
| Octal | 50 | 225 | 266 | 116 | 22 | 0 | 35 | 302 | 100 | 54 |
| Binary | 101000 | 10010101 | 10110110 | 1001110 | 10010 | 0 | 11101 | 11000010 | 1000000 | 101100 |
Color Harmonies of #2895B6
Complementary color
Monochromatic Colors of #2895B6
Black with #2895B6
Text Example
Text Example
White with #2895B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2895B6; }
p { color: rgb(40,149,182); }
H1.HeaderClassName
{
color: #2895B6;
}
.AnyTagClassName
{
color: #2895B6;
}
</style>
background-color css
<style>
a { background-color: #2895B6; }
a { background-color: rgb(40,149,182); }
div.DivClassName
{
background-color: #2895B6;
}
.BgClassName
{
background-color: #2895B6;
}
</style>
border-color css
<style>
span { border-color: #2895B6; }
span { border-color: rgb(40,149,182); }
td.TdClassName
{
border-color: #2895B6;
}
.TagClassName
{
border-color: #2895B6;
}
</style>