Shades of Pelorous #2E98CA
Tints of Pelorous #2E98CA
RGB
CMYK
RGB Variations
Color information
#2E98CA (or 0x2E98CA) is known color: Pelorous. HEX triplet: 2E, 98 and CA. RGB value is (46,152,202). Sum of RGB (Red+Green+Blue) = 46+152+202=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E98CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E98CA is #D16735. Grayscale: #7D7D7D. Windows color (decimal): -13723446 or 13277230. OLE color: 13277230.
HSL color Cylindrical-coordinate representation of color #2E98CA: hue angle of 199.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E98CA is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 152 | 202 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.21 |
| HSL | 199.23º | 0.63% | 0.49% | - |
| HSV(B) | 199.23º | 0.77% | 0.79% | - |
| XYZ | 23.02 | 27.3 | 59.93 | - |
| YUV | 126.01 | 170.88 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 152 | 202 | 0.77 | 0.25 | 0 | 0.21 | 199.23 | 0.63 | 0.49 |
| Hex | 2E | 98 | CA | 4D | 19 | 0 | 15 | C7 | 3F | 31 |
| Octal | 56 | 230 | 312 | 115 | 31 | 0 | 25 | 307 | 77 | 61 |
| Binary | 101110 | 10011000 | 11001010 | 1001101 | 11001 | 0 | 10101 | 11000111 | 111111 | 110001 |
Color Harmonies of #2E98CA
Complementary color
Monochromatic Colors of #2E98CA
Black with #2E98CA
Text Example
Text Example
White with #2E98CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E98CA; }
p { color: rgb(46,152,202); }
H1.HeaderClassName
{
color: #2E98CA;
}
.AnyTagClassName
{
color: #2E98CA;
}
</style>
background-color css
<style>
a { background-color: #2E98CA; }
a { background-color: rgb(46,152,202); }
div.DivClassName
{
background-color: #2E98CA;
}
.BgClassName
{
background-color: #2E98CA;
}
</style>
border-color css
<style>
span { border-color: #2E98CA; }
span { border-color: rgb(46,152,202); }
td.TdClassName
{
border-color: #2E98CA;
}
.TagClassName
{
border-color: #2E98CA;
}
</style>