Shades of Pelorous #2E96CB
Tints of Pelorous #2E96CB
RGB
CMYK
RGB Variations
Color information
#2E96CB (or 0x2E96CB) is known color: Pelorous. HEX triplet: 2E, 96 and CB. RGB value is (46,150,203). Sum of RGB (Red+Green+Blue) = 46+150+203=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E96CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E96CB is #D16934. Grayscale: #7C7C7C. Windows color (decimal): -13723957 or 13342254. OLE color: 13342254.
HSL color Cylindrical-coordinate representation of color #2E96CB: hue angle of 200.25º 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 #2E96CB is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 150 | 203 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.20 |
| HSL | 200.25º | 0.63% | 0.49% | - |
| HSV(B) | 200.25º | 0.77% | 0.8% | - |
| XYZ | 22.81 | 26.71 | 60.45 | - |
| YUV | 124.95 | 172.04 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 150 | 203 | 0.77 | 0.26 | 0 | 0.20 | 200.25 | 0.63 | 0.49 |
| Hex | 2E | 96 | CB | 4D | 1A | 0 | 14 | C8 | 3F | 31 |
| Octal | 56 | 226 | 313 | 115 | 32 | 0 | 24 | 310 | 77 | 61 |
| Binary | 101110 | 10010110 | 11001011 | 1001101 | 11010 | 0 | 10100 | 11001000 | 111111 | 110001 |
Color Harmonies of #2E96CB
Complementary color
Monochromatic Colors of #2E96CB
Black with #2E96CB
Text Example
Text Example
White with #2E96CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E96CB; }
p { color: rgb(46,150,203); }
H1.HeaderClassName
{
color: #2E96CB;
}
.AnyTagClassName
{
color: #2E96CB;
}
</style>
background-color css
<style>
a { background-color: #2E96CB; }
a { background-color: rgb(46,150,203); }
div.DivClassName
{
background-color: #2E96CB;
}
.BgClassName
{
background-color: #2E96CB;
}
</style>
border-color css
<style>
span { border-color: #2E96CB; }
span { border-color: rgb(46,150,203); }
td.TdClassName
{
border-color: #2E96CB;
}
.TagClassName
{
border-color: #2E96CB;
}
</style>