Shades of Pelorous #2E90BD
Tints of Pelorous #2E90BD
RGB
CMYK
RGB Variations
Color information
#2E90BD (or 0x2E90BD) is known color: Pelorous. HEX triplet: 2E, 90 and BD. RGB value is (46,144,189). Sum of RGB (Red+Green+Blue) = 46+144+189=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E90BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E90BD is #D16F42. Grayscale: #777777. Windows color (decimal): -13725507 or 12423214. OLE color: 12423214.
HSL color Cylindrical-coordinate representation of color #2E90BD: hue angle of 198.88º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E90BD is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 144 | 189 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.26 |
| HSL | 198.88º | 0.61% | 0.46% | - |
| HSV(B) | 198.88º | 0.76% | 0.74% | - |
| XYZ | 20.29 | 24.2 | 51.75 | - |
| YUV | 119.83 | 167.03 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 189 | 0.76 | 0.24 | 0 | 0.26 | 198.88 | 0.61 | 0.46 |
| Hex | 2E | 90 | BD | 4C | 18 | 0 | 1A | C7 | 3D | 2E |
| Octal | 56 | 220 | 275 | 114 | 30 | 0 | 32 | 307 | 75 | 56 |
| Binary | 101110 | 10010000 | 10111101 | 1001100 | 11000 | 0 | 11010 | 11000111 | 111101 | 101110 |
Color Harmonies of #2E90BD
Complementary color
Monochromatic Colors of #2E90BD
Black with #2E90BD
Text Example
Text Example
White with #2E90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E90BD; }
p { color: rgb(46,144,189); }
H1.HeaderClassName
{
color: #2E90BD;
}
.AnyTagClassName
{
color: #2E90BD;
}
</style>
background-color css
<style>
a { background-color: #2E90BD; }
a { background-color: rgb(46,144,189); }
div.DivClassName
{
background-color: #2E90BD;
}
.BgClassName
{
background-color: #2E90BD;
}
</style>
border-color css
<style>
span { border-color: #2E90BD; }
span { border-color: rgb(46,144,189); }
td.TdClassName
{
border-color: #2E90BD;
}
.TagClassName
{
border-color: #2E90BD;
}
</style>