Shades of Oracle #3E5153
Tints of Oracle #3E5153
RGB
CMYK
RGB Variations
Color information
#3E5153 (or 0x3E5153) is known color: Oracle. HEX triplet: 3E, 51 and 53. RGB value is (62,81,83). Sum of RGB (Red+Green+Blue) = 62+81+83=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E5153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5153 is #C1AEAC. Grayscale: #4B4B4B. Windows color (decimal): -12693165 or 5460286. OLE color: 5460286.
HSL color Cylindrical-coordinate representation of color #3E5153: hue angle of 185.71º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E5153 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
RGB | 62 | 81 | 83 | - |
CMYK | 0.25 | 0.02 | 0 | 0.67 |
HSL | 185.71º | 0.14% | 0.28% | - |
HSV(B) | 185.71º | 0.25% | 0.33% | - |
XYZ | 6.49 | 7.53 | 9.3 | - |
YUV | 75.55 | 132.21 | 118.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 81 | 83 | 0.25 | 0.02 | 0 | 0.67 | 185.71 | 0.14 | 0.28 |
Hex | 3E | 51 | 53 | 19 | 2 | 0 | 43 | BA | E | 1C |
Octal | 76 | 121 | 123 | 31 | 2 | 0 | 103 | 272 | 16 | 34 |
Binary | 111110 | 1010001 | 1010011 | 11001 | 10 | 0 | 1000011 | 10111010 | 1110 | 11100 |
Color Harmonies of #3E5153
Complementary color
Monochromatic Colors of #3E5153
Black with #3E5153
Text Example
Text Example
White with #3E5153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5153; }
p { color: rgb(62,81,83); }
H1.HeaderClassName
{
color: #3E5153;
}
.AnyTagClassName
{
color: #3E5153;
}
</style>
background-color css
<style>
a { background-color: #3E5153; }
a { background-color: rgb(62,81,83); }
div.DivClassName
{
background-color: #3E5153;
}
.BgClassName
{
background-color: #3E5153;
}
</style>
border-color css
<style>
span { border-color: #3E5153; }
span { border-color: rgb(62,81,83); }
td.TdClassName
{
border-color: #3E5153;
}
.TagClassName
{
border-color: #3E5153;
}
</style>