Shades of Oracle #3E5354
Tints of Oracle #3E5354
RGB
CMYK
RGB Variations
Color information
#3E5354 (or 0x3E5354) is known color: Oracle. HEX triplet: 3E, 53 and 54. RGB value is (62,83,84). Sum of RGB (Red+Green+Blue) = 62+83+84=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E5354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5354 is #C1ACAB. Grayscale: #4C4C4C. Windows color (decimal): -12692652 or 5526334. OLE color: 5526334.
HSL color Cylindrical-coordinate representation of color #3E5354: hue angle of 182.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E5354 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 84 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.67 |
| HSL | 182.73º | 0.15% | 0.29% | - |
| HSV(B) | 182.73º | 0.26% | 0.33% | - |
| XYZ | 6.68 | 7.85 | 9.55 | - |
| YUV | 76.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 84 | 0.26 | 0.01 | 0 | 0.67 | 182.73 | 0.15 | 0.29 |
| Hex | 3E | 53 | 54 | 1A | 1 | 0 | 43 | B7 | F | 1D |
| Octal | 76 | 123 | 124 | 32 | 1 | 0 | 103 | 267 | 17 | 35 |
| Binary | 111110 | 1010011 | 1010100 | 11010 | 1 | 0 | 1000011 | 10110111 | 1111 | 11101 |
Color Harmonies of #3E5354
Complementary color
Monochromatic Colors of #3E5354
Black with #3E5354
Text Example
Text Example
White with #3E5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5354; }
p { color: rgb(62,83,84); }
H1.HeaderClassName
{
color: #3E5354;
}
.AnyTagClassName
{
color: #3E5354;
}
</style>
background-color css
<style>
a { background-color: #3E5354; }
a { background-color: rgb(62,83,84); }
div.DivClassName
{
background-color: #3E5354;
}
.BgClassName
{
background-color: #3E5354;
}
</style>
border-color css
<style>
span { border-color: #3E5354; }
span { border-color: rgb(62,83,84); }
td.TdClassName
{
border-color: #3E5354;
}
.TagClassName
{
border-color: #3E5354;
}
</style>