Shades of Oracle #2E5C5D
Tints of Oracle #2E5C5D
RGB
CMYK
RGB Variations
Color information
#2E5C5D (or 0x2E5C5D) is known color: Oracle. HEX triplet: 2E, 5C and 5D. RGB value is (46,92,93). Sum of RGB (Red+Green+Blue) = 46+92+93=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E5C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5C5D is #D1A3A2. Grayscale: #4E4E4E. Windows color (decimal): -13738915 or 6118446. OLE color: 6118446.
HSL color Cylindrical-coordinate representation of color #2E5C5D: hue angle of 181.28º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5C5D is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 92 | 93 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.64 |
| HSL | 181.28º | 0.34% | 0.27% | - |
| HSV(B) | 181.28º | 0.51% | 0.36% | - |
| XYZ | 6.93 | 9.03 | 11.73 | - |
| YUV | 78.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 92 | 93 | 0.51 | 0.01 | 0 | 0.64 | 181.28 | 0.34 | 0.27 |
| Hex | 2E | 5C | 5D | 33 | 1 | 0 | 40 | B5 | 22 | 1B |
| Octal | 56 | 134 | 135 | 63 | 1 | 0 | 100 | 265 | 42 | 33 |
| Binary | 101110 | 1011100 | 1011101 | 110011 | 1 | 0 | 1000000 | 10110101 | 100010 | 11011 |
Color Harmonies of #2E5C5D
Complementary color
Monochromatic Colors of #2E5C5D
Black with #2E5C5D
Text Example
Text Example
White with #2E5C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5C5D; }
p { color: rgb(46,92,93); }
H1.HeaderClassName
{
color: #2E5C5D;
}
.AnyTagClassName
{
color: #2E5C5D;
}
</style>
background-color css
<style>
a { background-color: #2E5C5D; }
a { background-color: rgb(46,92,93); }
div.DivClassName
{
background-color: #2E5C5D;
}
.BgClassName
{
background-color: #2E5C5D;
}
</style>
border-color css
<style>
span { border-color: #2E5C5D; }
span { border-color: rgb(46,92,93); }
td.TdClassName
{
border-color: #2E5C5D;
}
.TagClassName
{
border-color: #2E5C5D;
}
</style>