Shades of Oracle #3B5154
Tints of Oracle #3B5154
RGB
CMYK
RGB Variations
Color information
#3B5154 (or 0x3B5154) is known color: Oracle. HEX triplet: 3B, 51 and 54. RGB value is (59,81,84). Sum of RGB (Red+Green+Blue) = 59+81+84=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B5154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5154 is #C4AEAB. Grayscale: #4A4A4A. Windows color (decimal): -12889772 or 5525819. OLE color: 5525819.
HSL color Cylindrical-coordinate representation of color #3B5154: hue angle of 187.2º 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 #3B5154 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 81 | 84 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.67 |
| HSL | 187.2º | 0.17% | 0.28% | - |
| HSV(B) | 187.2º | 0.3% | 0.33% | - |
| XYZ | 6.35 | 7.45 | 9.49 | - |
| YUV | 74.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 84 | 0.30 | 0.04 | 0 | 0.67 | 187.2 | 0.17 | 0.28 |
| Hex | 3B | 51 | 54 | 1E | 4 | 0 | 43 | BB | 11 | 1C |
| Octal | 73 | 121 | 124 | 36 | 4 | 0 | 103 | 273 | 21 | 34 |
| Binary | 111011 | 1010001 | 1010100 | 11110 | 100 | 0 | 1000011 | 10111011 | 10001 | 11100 |
Color Harmonies of #3B5154
Complementary color
Monochromatic Colors of #3B5154
Black with #3B5154
Text Example
Text Example
White with #3B5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5154; }
p { color: rgb(59,81,84); }
H1.HeaderClassName
{
color: #3B5154;
}
.AnyTagClassName
{
color: #3B5154;
}
</style>
background-color css
<style>
a { background-color: #3B5154; }
a { background-color: rgb(59,81,84); }
div.DivClassName
{
background-color: #3B5154;
}
.BgClassName
{
background-color: #3B5154;
}
</style>
border-color css
<style>
span { border-color: #3B5154; }
span { border-color: rgb(59,81,84); }
td.TdClassName
{
border-color: #3B5154;
}
.TagClassName
{
border-color: #3B5154;
}
</style>