Shades of Oracle #2E5B5A
Tints of Oracle #2E5B5A
RGB
CMYK
RGB Variations
Color information
#2E5B5A (or 0x2E5B5A) is known color: Oracle. HEX triplet: 2E, 5B and 5A. RGB value is (46,91,90). Sum of RGB (Red+Green+Blue) = 46+91+90=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #2E5B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5B5A is #D1A4A5. Grayscale: #4D4D4D. Windows color (decimal): -13739174 or 5921582. OLE color: 5921582.
HSL color Cylindrical-coordinate representation of color #2E5B5A: hue angle of 178.67º 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 #2E5B5A is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 91 | 90 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.64 |
| HSL | 178.67º | 0.33% | 0.27% | - |
| HSV(B) | 178.67º | 0.49% | 0.36% | - |
| XYZ | 6.71 | 8.8 | 11.02 | - |
| YUV | 77.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 90 | 0.49 | 0 | 0.01 | 0.64 | 178.67 | 0.33 | 0.27 |
| Hex | 2E | 5B | 5A | 31 | 0 | 1 | 40 | B3 | 21 | 1B |
| Octal | 56 | 133 | 132 | 61 | 0 | 1 | 100 | 263 | 41 | 33 |
| Binary | 101110 | 1011011 | 1011010 | 110001 | 0 | 1 | 1000000 | 10110011 | 100001 | 11011 |
Color Harmonies of #2E5B5A
Complementary color
Monochromatic Colors of #2E5B5A
Black with #2E5B5A
Text Example
Text Example
White with #2E5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5B5A; }
p { color: rgb(46,91,90); }
H1.HeaderClassName
{
color: #2E5B5A;
}
.AnyTagClassName
{
color: #2E5B5A;
}
</style>
background-color css
<style>
a { background-color: #2E5B5A; }
a { background-color: rgb(46,91,90); }
div.DivClassName
{
background-color: #2E5B5A;
}
.BgClassName
{
background-color: #2E5B5A;
}
</style>
border-color css
<style>
span { border-color: #2E5B5A; }
span { border-color: rgb(46,91,90); }
td.TdClassName
{
border-color: #2E5B5A;
}
.TagClassName
{
border-color: #2E5B5A;
}
</style>