Shades of Pelorous #2897B4
Tints of Pelorous #2897B4
RGB
CMYK
RGB Variations
Color information
#2897B4 (or 0x2897B4) is known color: Pelorous. HEX triplet: 28, 97 and B4. RGB value is (40,151,180). Sum of RGB (Red+Green+Blue) = 40+151+180=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #2897B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2897B4 is #D7684B. Grayscale: #787878. Windows color (decimal): -14116940 or 11835176. OLE color: 11835176.
HSL color Cylindrical-coordinate representation of color #2897B4: hue angle of 192.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2897B4 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 151 | 180 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.29 |
| HSL | 192.43º | 0.64% | 0.43% | - |
| HSV(B) | 192.43º | 0.78% | 0.71% | - |
| XYZ | 20.18 | 25.88 | 47.11 | - |
| YUV | 121.12 | 161.23 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 180 | 0.78 | 0.16 | 0 | 0.29 | 192.43 | 0.64 | 0.43 |
| Hex | 28 | 97 | B4 | 4E | 10 | 0 | 1D | C0 | 40 | 2B |
| Octal | 50 | 227 | 264 | 116 | 20 | 0 | 35 | 300 | 100 | 53 |
| Binary | 101000 | 10010111 | 10110100 | 1001110 | 10000 | 0 | 11101 | 11000000 | 1000000 | 101011 |
Color Harmonies of #2897B4
Complementary color
Monochromatic Colors of #2897B4
Black with #2897B4
Text Example
Text Example
White with #2897B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2897B4; }
p { color: rgb(40,151,180); }
H1.HeaderClassName
{
color: #2897B4;
}
.AnyTagClassName
{
color: #2897B4;
}
</style>
background-color css
<style>
a { background-color: #2897B4; }
a { background-color: rgb(40,151,180); }
div.DivClassName
{
background-color: #2897B4;
}
.BgClassName
{
background-color: #2897B4;
}
</style>
border-color css
<style>
span { border-color: #2897B4; }
span { border-color: rgb(40,151,180); }
td.TdClassName
{
border-color: #2897B4;
}
.TagClassName
{
border-color: #2897B4;
}
</style>