Shades of Oracle #3B5152
Tints of Oracle #3B5152
RGB
CMYK
RGB Variations
Color information
#3B5152 (or 0x3B5152) is known color: Oracle. HEX triplet: 3B, 51 and 52. RGB value is (59,81,82). Sum of RGB (Red+Green+Blue) = 59+81+82=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B5152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5152 is #C4AEAD. Grayscale: #4A4A4A. Windows color (decimal): -12889774 or 5394747. OLE color: 5394747.
HSL color Cylindrical-coordinate representation of color #3B5152: hue angle of 182.61º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B5152 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 81 | 82 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.68 |
| HSL | 182.61º | 0.16% | 0.28% | - |
| HSV(B) | 182.61º | 0.28% | 0.32% | - |
| XYZ | 6.27 | 7.42 | 9.09 | - |
| YUV | 74.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 82 | 0.28 | 0.01 | 0 | 0.68 | 182.61 | 0.16 | 0.28 |
| Hex | 3B | 51 | 52 | 1C | 1 | 0 | 44 | B7 | 10 | 1C |
| Octal | 73 | 121 | 122 | 34 | 1 | 0 | 104 | 267 | 20 | 34 |
| Binary | 111011 | 1010001 | 1010010 | 11100 | 1 | 0 | 1000100 | 10110111 | 10000 | 11100 |
Color Harmonies of #3B5152
Complementary color
Monochromatic Colors of #3B5152
Black with #3B5152
Text Example
Text Example
White with #3B5152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5152; }
p { color: rgb(59,81,82); }
H1.HeaderClassName
{
color: #3B5152;
}
.AnyTagClassName
{
color: #3B5152;
}
</style>
background-color css
<style>
a { background-color: #3B5152; }
a { background-color: rgb(59,81,82); }
div.DivClassName
{
background-color: #3B5152;
}
.BgClassName
{
background-color: #3B5152;
}
</style>
border-color css
<style>
span { border-color: #3B5152; }
span { border-color: rgb(59,81,82); }
td.TdClassName
{
border-color: #3B5152;
}
.TagClassName
{
border-color: #3B5152;
}
</style>