Shades of Pelorous #2897BE
Tints of Pelorous #2897BE
RGB
CMYK
RGB Variations
Color information
#2897BE (or 0x2897BE) is known color: Pelorous. HEX triplet: 28, 97 and BE. RGB value is (40,151,190). Sum of RGB (Red+Green+Blue) = 40+151+190=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #2897BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2897BE is #D76841. Grayscale: #797979. Windows color (decimal): -14116930 or 12490536. OLE color: 12490536.
HSL color Cylindrical-coordinate representation of color #2897BE: hue angle of 195.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2897BE is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 151 | 190 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.25 |
| HSL | 195.6º | 0.65% | 0.45% | - |
| HSV(B) | 195.6º | 0.79% | 0.75% | - |
| XYZ | 21.24 | 26.3 | 52.67 | - |
| YUV | 122.26 | 166.23 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 190 | 0.79 | 0.21 | 0 | 0.25 | 195.6 | 0.65 | 0.45 |
| Hex | 28 | 97 | BE | 4F | 15 | 0 | 19 | C4 | 41 | 2D |
| Octal | 50 | 227 | 276 | 117 | 25 | 0 | 31 | 304 | 101 | 55 |
| Binary | 101000 | 10010111 | 10111110 | 1001111 | 10101 | 0 | 11001 | 11000100 | 1000001 | 101101 |
Color Harmonies of #2897BE
Complementary color
Monochromatic Colors of #2897BE
Black with #2897BE
Text Example
Text Example
White with #2897BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2897BE; }
p { color: rgb(40,151,190); }
H1.HeaderClassName
{
color: #2897BE;
}
.AnyTagClassName
{
color: #2897BE;
}
</style>
background-color css
<style>
a { background-color: #2897BE; }
a { background-color: rgb(40,151,190); }
div.DivClassName
{
background-color: #2897BE;
}
.BgClassName
{
background-color: #2897BE;
}
</style>
border-color css
<style>
span { border-color: #2897BE; }
span { border-color: rgb(40,151,190); }
td.TdClassName
{
border-color: #2897BE;
}
.TagClassName
{
border-color: #2897BE;
}
</style>