Shades of Pelorous #2897BD
Tints of Pelorous #2897BD
RGB
CMYK
RGB Variations
Color information
#2897BD (or 0x2897BD) is known color: Pelorous. HEX triplet: 28, 97 and BD. RGB value is (40,151,189). Sum of RGB (Red+Green+Blue) = 40+151+189=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #2897BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2897BD is #D76842. Grayscale: #797979. Windows color (decimal): -14116931 or 12425000. OLE color: 12425000.
HSL color Cylindrical-coordinate representation of color #2897BD: hue angle of 195.3º 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 #2897BD is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 151 | 189 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.26 |
| HSL | 195.3º | 0.65% | 0.45% | - |
| HSV(B) | 195.3º | 0.79% | 0.74% | - |
| XYZ | 21.13 | 26.26 | 52.1 | - |
| YUV | 122.14 | 165.73 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 189 | 0.79 | 0.20 | 0 | 0.26 | 195.3 | 0.65 | 0.45 |
| Hex | 28 | 97 | BD | 4F | 14 | 0 | 1A | C3 | 41 | 2D |
| Octal | 50 | 227 | 275 | 117 | 24 | 0 | 32 | 303 | 101 | 55 |
| Binary | 101000 | 10010111 | 10111101 | 1001111 | 10100 | 0 | 11010 | 11000011 | 1000001 | 101101 |
Color Harmonies of #2897BD
Complementary color
Monochromatic Colors of #2897BD
Black with #2897BD
Text Example
Text Example
White with #2897BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2897BD; }
p { color: rgb(40,151,189); }
H1.HeaderClassName
{
color: #2897BD;
}
.AnyTagClassName
{
color: #2897BD;
}
</style>
background-color css
<style>
a { background-color: #2897BD; }
a { background-color: rgb(40,151,189); }
div.DivClassName
{
background-color: #2897BD;
}
.BgClassName
{
background-color: #2897BD;
}
</style>
border-color css
<style>
span { border-color: #2897BD; }
span { border-color: rgb(40,151,189); }
td.TdClassName
{
border-color: #2897BD;
}
.TagClassName
{
border-color: #2897BD;
}
</style>