Shades of Pelorous #2895BA
Tints of Pelorous #2895BA
RGB
CMYK
RGB Variations
Color information
#2895BA (or 0x2895BA) is known color: Pelorous. HEX triplet: 28, 95 and BA. RGB value is (40,149,186). Sum of RGB (Red+Green+Blue) = 40+149+186=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #2895BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2895BA is #D76A45. Grayscale: #787878. Windows color (decimal): -14117446 or 12227880. OLE color: 12227880.
HSL color Cylindrical-coordinate representation of color #2895BA: hue angle of 195.21º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2895BA is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 149 | 186 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.27 |
| HSL | 195.21º | 0.65% | 0.44% | - |
| HSV(B) | 195.21º | 0.78% | 0.73% | - |
| XYZ | 20.49 | 25.49 | 50.29 | - |
| YUV | 120.63 | 164.89 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 186 | 0.78 | 0.20 | 0 | 0.27 | 195.21 | 0.65 | 0.44 |
| Hex | 28 | 95 | BA | 4E | 14 | 0 | 1B | C3 | 41 | 2C |
| Octal | 50 | 225 | 272 | 116 | 24 | 0 | 33 | 303 | 101 | 54 |
| Binary | 101000 | 10010101 | 10111010 | 1001110 | 10100 | 0 | 11011 | 11000011 | 1000001 | 101100 |
Color Harmonies of #2895BA
Complementary color
Monochromatic Colors of #2895BA
Black with #2895BA
Text Example
Text Example
White with #2895BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2895BA; }
p { color: rgb(40,149,186); }
H1.HeaderClassName
{
color: #2895BA;
}
.AnyTagClassName
{
color: #2895BA;
}
</style>
background-color css
<style>
a { background-color: #2895BA; }
a { background-color: rgb(40,149,186); }
div.DivClassName
{
background-color: #2895BA;
}
.BgClassName
{
background-color: #2895BA;
}
</style>
border-color css
<style>
span { border-color: #2895BA; }
span { border-color: rgb(40,149,186); }
td.TdClassName
{
border-color: #2895BA;
}
.TagClassName
{
border-color: #2895BA;
}
</style>