Shades of Oracle #2E5B62
Tints of Oracle #2E5B62
RGB
CMYK
RGB Variations
Color information
#2E5B62 (or 0x2E5B62) is known color: Oracle. HEX triplet: 2E, 5B and 62. RGB value is (46,91,98). Sum of RGB (Red+Green+Blue) = 46+91+98=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E5B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5B62 is #D1A49D. Grayscale: #4E4E4E. Windows color (decimal): -13739166 or 6445870. OLE color: 6445870.
HSL color Cylindrical-coordinate representation of color #2E5B62: hue angle of 188.08º 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 #2E5B62 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 91 | 98 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.62 |
| HSL | 188.08º | 0.36% | 0.28% | - |
| HSV(B) | 188.08º | 0.53% | 0.38% | - |
| XYZ | 7.07 | 8.94 | 12.91 | - |
| YUV | 78.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 98 | 0.53 | 0.07 | 0 | 0.62 | 188.08 | 0.36 | 0.28 |
| Hex | 2E | 5B | 62 | 35 | 7 | 0 | 3E | BC | 24 | 1C |
| Octal | 56 | 133 | 142 | 65 | 7 | 0 | 76 | 274 | 44 | 34 |
| Binary | 101110 | 1011011 | 1100010 | 110101 | 111 | 0 | 111110 | 10111100 | 100100 | 11100 |
Color Harmonies of #2E5B62
Complementary color
Monochromatic Colors of #2E5B62
Black with #2E5B62
Text Example
Text Example
White with #2E5B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5B62; }
p { color: rgb(46,91,98); }
H1.HeaderClassName
{
color: #2E5B62;
}
.AnyTagClassName
{
color: #2E5B62;
}
</style>
background-color css
<style>
a { background-color: #2E5B62; }
a { background-color: rgb(46,91,98); }
div.DivClassName
{
background-color: #2E5B62;
}
.BgClassName
{
background-color: #2E5B62;
}
</style>
border-color css
<style>
span { border-color: #2E5B62; }
span { border-color: rgb(46,91,98); }
td.TdClassName
{
border-color: #2E5B62;
}
.TagClassName
{
border-color: #2E5B62;
}
</style>