Shades of Pelorous #2891BD
Tints of Pelorous #2891BD
RGB
CMYK
RGB Variations
Color information
#2891BD (or 0x2891BD) is known color: Pelorous. HEX triplet: 28, 91 and BD. RGB value is (40,145,189). Sum of RGB (Red+Green+Blue) = 40+145+189=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #2891BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2891BD is #D76E42. Grayscale: #767676. Windows color (decimal): -14118467 or 12423464. OLE color: 12423464.
HSL color Cylindrical-coordinate representation of color #2891BD: hue angle of 197.72º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2891BD is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 145 | 189 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.26 |
| HSL | 197.72º | 0.65% | 0.45% | - |
| HSV(B) | 197.72º | 0.79% | 0.74% | - |
| XYZ | 20.19 | 24.38 | 51.79 | - |
| YUV | 118.62 | 167.71 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 189 | 0.79 | 0.23 | 0 | 0.26 | 197.72 | 0.65 | 0.45 |
| Hex | 28 | 91 | BD | 4F | 17 | 0 | 1A | C6 | 41 | 2D |
| Octal | 50 | 221 | 275 | 117 | 27 | 0 | 32 | 306 | 101 | 55 |
| Binary | 101000 | 10010001 | 10111101 | 1001111 | 10111 | 0 | 11010 | 11000110 | 1000001 | 101101 |
Color Harmonies of #2891BD
Complementary color
Monochromatic Colors of #2891BD
Black with #2891BD
Text Example
Text Example
White with #2891BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2891BD; }
p { color: rgb(40,145,189); }
H1.HeaderClassName
{
color: #2891BD;
}
.AnyTagClassName
{
color: #2891BD;
}
</style>
background-color css
<style>
a { background-color: #2891BD; }
a { background-color: rgb(40,145,189); }
div.DivClassName
{
background-color: #2891BD;
}
.BgClassName
{
background-color: #2891BD;
}
</style>
border-color css
<style>
span { border-color: #2891BD; }
span { border-color: rgb(40,145,189); }
td.TdClassName
{
border-color: #2891BD;
}
.TagClassName
{
border-color: #2891BD;
}
</style>