Shades of Pelorous #2E90B2
Tints of Pelorous #2E90B2
RGB
CMYK
RGB Variations
Color information
#2E90B2 (or 0x2E90B2) is known color: Pelorous. HEX triplet: 2E, 90 and B2. RGB value is (46,144,178). Sum of RGB (Red+Green+Blue) = 46+144+178=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #2E90B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E90B2 is #D16F4D. Grayscale: #767676. Windows color (decimal): -13725518 or 11702318. OLE color: 11702318.
HSL color Cylindrical-coordinate representation of color #2E90B2: hue angle of 195.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E90B2 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 144 | 178 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.30 |
| HSL | 195.45º | 0.59% | 0.44% | - |
| HSV(B) | 195.45º | 0.74% | 0.7% | - |
| XYZ | 19.14 | 23.74 | 45.69 | - |
| YUV | 118.57 | 161.53 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 178 | 0.74 | 0.19 | 0 | 0.30 | 195.45 | 0.59 | 0.44 |
| Hex | 2E | 90 | B2 | 4A | 13 | 0 | 1E | C3 | 3B | 2C |
| Octal | 56 | 220 | 262 | 112 | 23 | 0 | 36 | 303 | 73 | 54 |
| Binary | 101110 | 10010000 | 10110010 | 1001010 | 10011 | 0 | 11110 | 11000011 | 111011 | 101100 |
Color Harmonies of #2E90B2
Complementary color
Monochromatic Colors of #2E90B2
Black with #2E90B2
Text Example
Text Example
White with #2E90B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E90B2; }
p { color: rgb(46,144,178); }
H1.HeaderClassName
{
color: #2E90B2;
}
.AnyTagClassName
{
color: #2E90B2;
}
</style>
background-color css
<style>
a { background-color: #2E90B2; }
a { background-color: rgb(46,144,178); }
div.DivClassName
{
background-color: #2E90B2;
}
.BgClassName
{
background-color: #2E90B2;
}
</style>
border-color css
<style>
span { border-color: #2E90B2; }
span { border-color: rgb(46,144,178); }
td.TdClassName
{
border-color: #2E90B2;
}
.TagClassName
{
border-color: #2E90B2;
}
</style>