Shades of Pelorous #2897B2
Tints of Pelorous #2897B2
RGB
CMYK
RGB Variations
Color information
#2897B2 (or 0x2897B2) is known color: Pelorous. HEX triplet: 28, 97 and B2. RGB value is (40,151,178). Sum of RGB (Red+Green+Blue) = 40+151+178=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #2897B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2897B2 is #D7684D. Grayscale: #787878. Windows color (decimal): -14116942 or 11704104. OLE color: 11704104.
HSL color Cylindrical-coordinate representation of color #2897B2: hue angle of 191.74º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2897B2 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 151 | 178 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.30 |
| HSL | 191.74º | 0.63% | 0.43% | - |
| HSV(B) | 191.74º | 0.78% | 0.7% | - |
| XYZ | 19.98 | 25.8 | 46.05 | - |
| YUV | 120.89 | 160.23 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 178 | 0.78 | 0.15 | 0 | 0.30 | 191.74 | 0.63 | 0.43 |
| Hex | 28 | 97 | B2 | 4E | F | 0 | 1E | C0 | 3F | 2B |
| Octal | 50 | 227 | 262 | 116 | 17 | 0 | 36 | 300 | 77 | 53 |
| Binary | 101000 | 10010111 | 10110010 | 1001110 | 1111 | 0 | 11110 | 11000000 | 111111 | 101011 |
Color Harmonies of #2897B2
Complementary color
Monochromatic Colors of #2897B2
Black with #2897B2
Text Example
Text Example
White with #2897B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2897B2; }
p { color: rgb(40,151,178); }
H1.HeaderClassName
{
color: #2897B2;
}
.AnyTagClassName
{
color: #2897B2;
}
</style>
background-color css
<style>
a { background-color: #2897B2; }
a { background-color: rgb(40,151,178); }
div.DivClassName
{
background-color: #2897B2;
}
.BgClassName
{
background-color: #2897B2;
}
</style>
border-color css
<style>
span { border-color: #2897B2; }
span { border-color: rgb(40,151,178); }
td.TdClassName
{
border-color: #2897B2;
}
.TagClassName
{
border-color: #2897B2;
}
</style>