Shades of Oracle #3B5354
Tints of Oracle #3B5354
RGB
CMYK
RGB Variations
Color information
#3B5354 (or 0x3B5354) is known color: Oracle. HEX triplet: 3B, 53 and 54. RGB value is (59,83,84). Sum of RGB (Red+Green+Blue) = 59+83+84=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B5354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5354 is #C4ACAB. Grayscale: #4B4B4B. Windows color (decimal): -12889260 or 5526331. OLE color: 5526331.
HSL color Cylindrical-coordinate representation of color #3B5354: hue angle of 182.4º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B5354 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 84 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.67 |
| HSL | 182.4º | 0.17% | 0.28% | - |
| HSV(B) | 182.4º | 0.3% | 0.33% | - |
| XYZ | 6.5 | 7.76 | 9.54 | - |
| YUV | 75.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 84 | 0.30 | 0.01 | 0 | 0.67 | 182.4 | 0.17 | 0.28 |
| Hex | 3B | 53 | 54 | 1E | 1 | 0 | 43 | B6 | 11 | 1C |
| Octal | 73 | 123 | 124 | 36 | 1 | 0 | 103 | 266 | 21 | 34 |
| Binary | 111011 | 1010011 | 1010100 | 11110 | 1 | 0 | 1000011 | 10110110 | 10001 | 11100 |
Color Harmonies of #3B5354
Complementary color
Monochromatic Colors of #3B5354
Black with #3B5354
Text Example
Text Example
White with #3B5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5354; }
p { color: rgb(59,83,84); }
H1.HeaderClassName
{
color: #3B5354;
}
.AnyTagClassName
{
color: #3B5354;
}
</style>
background-color css
<style>
a { background-color: #3B5354; }
a { background-color: rgb(59,83,84); }
div.DivClassName
{
background-color: #3B5354;
}
.BgClassName
{
background-color: #3B5354;
}
</style>
border-color css
<style>
span { border-color: #3B5354; }
span { border-color: rgb(59,83,84); }
td.TdClassName
{
border-color: #3B5354;
}
.TagClassName
{
border-color: #3B5354;
}
</style>