Shades of Oracle #3B5658
Tints of Oracle #3B5658
RGB
CMYK
RGB Variations
Color information
#3B5658 (or 0x3B5658) is known color: Oracle. HEX triplet: 3B, 56 and 58. RGB value is (59,86,88). Sum of RGB (Red+Green+Blue) = 59+86+88=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B5658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5658 is #C4A9A7. Grayscale: #4E4E4E. Windows color (decimal): -12888488 or 5789243. OLE color: 5789243.
HSL color Cylindrical-coordinate representation of color #3B5658: hue angle of 184.14º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B5658 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 86 | 88 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.65 |
| HSL | 184.14º | 0.2% | 0.29% | - |
| HSV(B) | 184.14º | 0.33% | 0.35% | - |
| XYZ | 6.89 | 8.29 | 10.47 | - |
| YUV | 78.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 88 | 0.33 | 0.02 | 0 | 0.65 | 184.14 | 0.2 | 0.29 |
| Hex | 3B | 56 | 58 | 21 | 2 | 0 | 41 | B8 | 14 | 1D |
| Octal | 73 | 126 | 130 | 41 | 2 | 0 | 101 | 270 | 24 | 35 |
| Binary | 111011 | 1010110 | 1011000 | 100001 | 10 | 0 | 1000001 | 10111000 | 10100 | 11101 |
Color Harmonies of #3B5658
Complementary color
Monochromatic Colors of #3B5658
Black with #3B5658
Text Example
Text Example
White with #3B5658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5658; }
p { color: rgb(59,86,88); }
H1.HeaderClassName
{
color: #3B5658;
}
.AnyTagClassName
{
color: #3B5658;
}
</style>
background-color css
<style>
a { background-color: #3B5658; }
a { background-color: rgb(59,86,88); }
div.DivClassName
{
background-color: #3B5658;
}
.BgClassName
{
background-color: #3B5658;
}
</style>
border-color css
<style>
span { border-color: #3B5658; }
span { border-color: rgb(59,86,88); }
td.TdClassName
{
border-color: #3B5658;
}
.TagClassName
{
border-color: #3B5658;
}
</style>