Shades of Oracle #2E5F63
Tints of Oracle #2E5F63
RGB
CMYK
RGB Variations
Color information
#2E5F63 (or 0x2E5F63) is known color: Oracle. HEX triplet: 2E, 5F and 63. RGB value is (46,95,99). Sum of RGB (Red+Green+Blue) = 46+95+99=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E5F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5F63 is #D1A09C. Grayscale: #505050. Windows color (decimal): -13738141 or 6512430. OLE color: 6512430.
HSL color Cylindrical-coordinate representation of color #2E5F63: hue angle of 184.53º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5F63 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 95 | 99 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.61 |
| HSL | 184.53º | 0.37% | 0.28% | - |
| HSV(B) | 184.53º | 0.54% | 0.39% | - |
| XYZ | 7.47 | 9.67 | 13.28 | - |
| YUV | 80.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 99 | 0.54 | 0.04 | 0 | 0.61 | 184.53 | 0.37 | 0.28 |
| Hex | 2E | 5F | 63 | 36 | 4 | 0 | 3D | B9 | 25 | 1C |
| Octal | 56 | 137 | 143 | 66 | 4 | 0 | 75 | 271 | 45 | 34 |
| Binary | 101110 | 1011111 | 1100011 | 110110 | 100 | 0 | 111101 | 10111001 | 100101 | 11100 |
Color Harmonies of #2E5F63
Complementary color
Monochromatic Colors of #2E5F63
Black with #2E5F63
Text Example
Text Example
White with #2E5F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5F63; }
p { color: rgb(46,95,99); }
H1.HeaderClassName
{
color: #2E5F63;
}
.AnyTagClassName
{
color: #2E5F63;
}
</style>
background-color css
<style>
a { background-color: #2E5F63; }
a { background-color: rgb(46,95,99); }
div.DivClassName
{
background-color: #2E5F63;
}
.BgClassName
{
background-color: #2E5F63;
}
</style>
border-color css
<style>
span { border-color: #2E5F63; }
span { border-color: rgb(46,95,99); }
td.TdClassName
{
border-color: #2E5F63;
}
.TagClassName
{
border-color: #2E5F63;
}
</style>