Shades of Oracle #2E585B
Tints of Oracle #2E585B
RGB
CMYK
RGB Variations
Color information
#2E585B (or 0x2E585B) is known color: Oracle. HEX triplet: 2E, 58 and 5B. RGB value is (46,88,91). Sum of RGB (Red+Green+Blue) = 46+88+91=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E585B is #D1A7A4. Grayscale: #4B4B4B. Windows color (decimal): -13739941 or 5986350. OLE color: 5986350.
HSL color Cylindrical-coordinate representation of color #2E585B: hue angle of 184º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E585B is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 46 | 88 | 91 | - |
CMYK | 0.49 | 0.03 | 0 | 0.64 |
HSL | 184º | 0.33% | 0.27% | - |
HSV(B) | 184º | 0.49% | 0.36% | - |
XYZ | 6.5 | 8.32 | 11.16 | - |
YUV | 75.78 | 136.59 | 106.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 88 | 91 | 0.49 | 0.03 | 0 | 0.64 | 184 | 0.33 | 0.27 |
Hex | 2E | 58 | 5B | 31 | 3 | 0 | 40 | B8 | 21 | 1B |
Octal | 56 | 130 | 133 | 61 | 3 | 0 | 100 | 270 | 41 | 33 |
Binary | 101110 | 1011000 | 1011011 | 110001 | 11 | 0 | 1000000 | 10111000 | 100001 | 11011 |
Color Harmonies of #2E585B
Complementary color
Monochromatic Colors of #2E585B
Black with #2E585B
Text Example
Text Example
White with #2E585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E585B; }
p { color: rgb(46,88,91); }
H1.HeaderClassName
{
color: #2E585B;
}
.AnyTagClassName
{
color: #2E585B;
}
</style>
background-color css
<style>
a { background-color: #2E585B; }
a { background-color: rgb(46,88,91); }
div.DivClassName
{
background-color: #2E585B;
}
.BgClassName
{
background-color: #2E585B;
}
</style>
border-color css
<style>
span { border-color: #2E585B; }
span { border-color: rgb(46,88,91); }
td.TdClassName
{
border-color: #2E585B;
}
.TagClassName
{
border-color: #2E585B;
}
</style>