Shades of Oracle #2E6164
Tints of Oracle #2E6164
RGB
CMYK
RGB Variations
Color information
#2E6164 (or 0x2E6164) is known color: Oracle. HEX triplet: 2E, 61 and 64. RGB value is (46,97,100). Sum of RGB (Red+Green+Blue) = 46+97+100=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 100 - color contains mainly: blue. Hex color #2E6164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6164 is #D19E9B. Grayscale: #525252. Windows color (decimal): -13737628 or 6578478. OLE color: 6578478.
HSL color Cylindrical-coordinate representation of color #2E6164: hue angle of 183.33º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6164 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 97 | 100 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.61 |
| HSL | 183.33º | 0.37% | 0.29% | - |
| HSV(B) | 183.33º | 0.54% | 0.39% | - |
| XYZ | 7.7 | 10.05 | 13.59 | - |
| YUV | 82.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 100 | 0.54 | 0.03 | 0 | 0.61 | 183.33 | 0.37 | 0.29 |
| Hex | 2E | 61 | 64 | 36 | 3 | 0 | 3D | B7 | 25 | 1D |
| Octal | 56 | 141 | 144 | 66 | 3 | 0 | 75 | 267 | 45 | 35 |
| Binary | 101110 | 1100001 | 1100100 | 110110 | 11 | 0 | 111101 | 10110111 | 100101 | 11101 |
Color Harmonies of #2E6164
Complementary color
Monochromatic Colors of #2E6164
Black with #2E6164
Text Example
Text Example
White with #2E6164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6164; }
p { color: rgb(46,97,100); }
H1.HeaderClassName
{
color: #2E6164;
}
.AnyTagClassName
{
color: #2E6164;
}
</style>
background-color css
<style>
a { background-color: #2E6164; }
a { background-color: rgb(46,97,100); }
div.DivClassName
{
background-color: #2E6164;
}
.BgClassName
{
background-color: #2E6164;
}
</style>
border-color css
<style>
span { border-color: #2E6164; }
span { border-color: rgb(46,97,100); }
td.TdClassName
{
border-color: #2E6164;
}
.TagClassName
{
border-color: #2E6164;
}
</style>