Shades of Pelorous #2E97CC
Tints of Pelorous #2E97CC
RGB
CMYK
RGB Variations
Color information
#2E97CC (or 0x2E97CC) is known color: Pelorous. HEX triplet: 2E, 97 and CC. RGB value is (46,151,204). Sum of RGB (Red+Green+Blue) = 46+151+204=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E97CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E97CC is #D16833. Grayscale: #7D7D7D. Windows color (decimal): -13723700 or 13408046. OLE color: 13408046.
HSL color Cylindrical-coordinate representation of color #2E97CC: hue angle of 200.13º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E97CC is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 151 | 204 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.2 |
| HSL | 200.13º | 0.63% | 0.49% | - |
| HSV(B) | 200.13º | 0.77% | 0.8% | - |
| XYZ | 23.09 | 27.07 | 61.14 | - |
| YUV | 125.65 | 172.21 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 204 | 0.77 | 0.26 | 0 | 0.2 | 200.13 | 0.63 | 0.49 |
| Hex | 2E | 97 | CC | 4D | 1A | 0 | 14 | C8 | 3F | 31 |
| Octal | 56 | 227 | 314 | 115 | 32 | 0 | 24 | 310 | 77 | 61 |
| Binary | 101110 | 10010111 | 11001100 | 1001101 | 11010 | 0 | 10100 | 11001000 | 111111 | 110001 |
Color Harmonies of #2E97CC
Complementary color
Monochromatic Colors of #2E97CC
Black with #2E97CC
Text Example
Text Example
White with #2E97CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E97CC; }
p { color: rgb(46,151,204); }
H1.HeaderClassName
{
color: #2E97CC;
}
.AnyTagClassName
{
color: #2E97CC;
}
</style>
background-color css
<style>
a { background-color: #2E97CC; }
a { background-color: rgb(46,151,204); }
div.DivClassName
{
background-color: #2E97CC;
}
.BgClassName
{
background-color: #2E97CC;
}
</style>
border-color css
<style>
span { border-color: #2E97CC; }
span { border-color: rgb(46,151,204); }
td.TdClassName
{
border-color: #2E97CC;
}
.TagClassName
{
border-color: #2E97CC;
}
</style>