Shades of Oracle #2E5E62
Tints of Oracle #2E5E62
RGB
CMYK
RGB Variations
Color information
#2E5E62 (or 0x2E5E62) is known color: Oracle. HEX triplet: 2E, 5E and 62. RGB value is (46,94,98). Sum of RGB (Red+Green+Blue) = 46+94+98=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E5E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5E62 is #D1A19D. Grayscale: #505050. Windows color (decimal): -13738398 or 6446638. OLE color: 6446638.
HSL color Cylindrical-coordinate representation of color #2E5E62: hue angle of 184.62º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E5E62 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 94 | 98 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.62 |
| HSL | 184.62º | 0.36% | 0.28% | - |
| HSV(B) | 184.62º | 0.53% | 0.38% | - |
| XYZ | 7.33 | 9.47 | 13 | - |
| YUV | 80.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 94 | 98 | 0.53 | 0.04 | 0 | 0.62 | 184.62 | 0.36 | 0.28 |
| Hex | 2E | 5E | 62 | 35 | 4 | 0 | 3E | B9 | 24 | 1C |
| Octal | 56 | 136 | 142 | 65 | 4 | 0 | 76 | 271 | 44 | 34 |
| Binary | 101110 | 1011110 | 1100010 | 110101 | 100 | 0 | 111110 | 10111001 | 100100 | 11100 |
Color Harmonies of #2E5E62
Complementary color
Monochromatic Colors of #2E5E62
Black with #2E5E62
Text Example
Text Example
White with #2E5E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5E62; }
p { color: rgb(46,94,98); }
H1.HeaderClassName
{
color: #2E5E62;
}
.AnyTagClassName
{
color: #2E5E62;
}
</style>
background-color css
<style>
a { background-color: #2E5E62; }
a { background-color: rgb(46,94,98); }
div.DivClassName
{
background-color: #2E5E62;
}
.BgClassName
{
background-color: #2E5E62;
}
</style>
border-color css
<style>
span { border-color: #2E5E62; }
span { border-color: rgb(46,94,98); }
td.TdClassName
{
border-color: #2E5E62;
}
.TagClassName
{
border-color: #2E5E62;
}
</style>