Shades of Oracle #2E575C
Tints of Oracle #2E575C
RGB
CMYK
RGB Variations
Color information
#2E575C (or 0x2E575C) is known color: Oracle. HEX triplet: 2E, 57 and 5C. RGB value is (46,87,92). Sum of RGB (Red+Green+Blue) = 46+87+92=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E575C is #D1A8A3. Grayscale: #4B4B4B. Windows color (decimal): -13740196 or 6051630. OLE color: 6051630.
HSL color Cylindrical-coordinate representation of color #2E575C: hue angle of 186.52º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E575C is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 87 | 92 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.64 |
| HSL | 186.52º | 0.33% | 0.27% | - |
| HSV(B) | 186.52º | 0.5% | 0.36% | - |
| XYZ | 6.47 | 8.17 | 11.36 | - |
| YUV | 75.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 92 | 0.50 | 0.05 | 0 | 0.64 | 186.52 | 0.33 | 0.27 |
| Hex | 2E | 57 | 5C | 32 | 5 | 0 | 40 | BB | 21 | 1B |
| Octal | 56 | 127 | 134 | 62 | 5 | 0 | 100 | 273 | 41 | 33 |
| Binary | 101110 | 1010111 | 1011100 | 110010 | 101 | 0 | 1000000 | 10111011 | 100001 | 11011 |
Color Harmonies of #2E575C
Complementary color
Monochromatic Colors of #2E575C
Black with #2E575C
Text Example
Text Example
White with #2E575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E575C; }
p { color: rgb(46,87,92); }
H1.HeaderClassName
{
color: #2E575C;
}
.AnyTagClassName
{
color: #2E575C;
}
</style>
background-color css
<style>
a { background-color: #2E575C; }
a { background-color: rgb(46,87,92); }
div.DivClassName
{
background-color: #2E575C;
}
.BgClassName
{
background-color: #2E575C;
}
</style>
border-color css
<style>
span { border-color: #2E575C; }
span { border-color: rgb(46,87,92); }
td.TdClassName
{
border-color: #2E575C;
}
.TagClassName
{
border-color: #2E575C;
}
</style>