Shades of Pelorous #2897C2
Tints of Pelorous #2897C2
RGB
CMYK
RGB Variations
Color information
#2897C2 (or 0x2897C2) is known color: Pelorous. HEX triplet: 28, 97 and C2. RGB value is (40,151,194). Sum of RGB (Red+Green+Blue) = 40+151+194=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #2897C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2897C2 is #D7683D. Grayscale: #7A7A7A. Windows color (decimal): -14116926 or 12752680. OLE color: 12752680.
HSL color Cylindrical-coordinate representation of color #2897C2: hue angle of 196.75º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2897C2 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 151 | 194 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.24 |
| HSL | 196.75º | 0.66% | 0.46% | - |
| HSV(B) | 196.75º | 0.79% | 0.76% | - |
| XYZ | 21.68 | 26.48 | 55.01 | - |
| YUV | 122.71 | 168.23 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 194 | 0.79 | 0.22 | 0 | 0.24 | 196.75 | 0.66 | 0.46 |
| Hex | 28 | 97 | C2 | 4F | 16 | 0 | 18 | C5 | 42 | 2E |
| Octal | 50 | 227 | 302 | 117 | 26 | 0 | 30 | 305 | 102 | 56 |
| Binary | 101000 | 10010111 | 11000010 | 1001111 | 10110 | 0 | 11000 | 11000101 | 1000010 | 101110 |
Color Harmonies of #2897C2
Complementary color
Monochromatic Colors of #2897C2
Black with #2897C2
Text Example
Text Example
White with #2897C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2897C2; }
p { color: rgb(40,151,194); }
H1.HeaderClassName
{
color: #2897C2;
}
.AnyTagClassName
{
color: #2897C2;
}
</style>
background-color css
<style>
a { background-color: #2897C2; }
a { background-color: rgb(40,151,194); }
div.DivClassName
{
background-color: #2897C2;
}
.BgClassName
{
background-color: #2897C2;
}
</style>
border-color css
<style>
span { border-color: #2897C2; }
span { border-color: rgb(40,151,194); }
td.TdClassName
{
border-color: #2897C2;
}
.TagClassName
{
border-color: #2897C2;
}
</style>