Shades of Oracle #3A4E51
Tints of Oracle #3A4E51
RGB
CMYK
RGB Variations
Color information
#3A4E51 (or 0x3A4E51) is known color: Oracle. HEX triplet: 3A, 4E and 51. RGB value is (58,78,81). Sum of RGB (Red+Green+Blue) = 58+78+81=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 81 - color contains mainly: blue. Hex color #3A4E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4E51 is #C5B1AE. Grayscale: #484848. Windows color (decimal): -12956079 or 5328442. OLE color: 5328442.
HSL color Cylindrical-coordinate representation of color #3A4E51: hue angle of 187.83º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A4E51 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 78 | 81 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.68 |
| HSL | 187.83º | 0.17% | 0.27% | - |
| HSV(B) | 187.83º | 0.28% | 0.32% | - |
| XYZ | 5.95 | 6.94 | 8.81 | - |
| YUV | 72.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 78 | 81 | 0.28 | 0.04 | 0 | 0.68 | 187.83 | 0.17 | 0.27 |
| Hex | 3A | 4E | 51 | 1C | 4 | 0 | 44 | BC | 11 | 1B |
| Octal | 72 | 116 | 121 | 34 | 4 | 0 | 104 | 274 | 21 | 33 |
| Binary | 111010 | 1001110 | 1010001 | 11100 | 100 | 0 | 1000100 | 10111100 | 10001 | 11011 |
Color Harmonies of #3A4E51
Complementary color
Monochromatic Colors of #3A4E51
Black with #3A4E51
Text Example
Text Example
White with #3A4E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4E51; }
p { color: rgb(58,78,81); }
H1.HeaderClassName
{
color: #3A4E51;
}
.AnyTagClassName
{
color: #3A4E51;
}
</style>
background-color css
<style>
a { background-color: #3A4E51; }
a { background-color: rgb(58,78,81); }
div.DivClassName
{
background-color: #3A4E51;
}
.BgClassName
{
background-color: #3A4E51;
}
</style>
border-color css
<style>
span { border-color: #3A4E51; }
span { border-color: rgb(58,78,81); }
td.TdClassName
{
border-color: #3A4E51;
}
.TagClassName
{
border-color: #3A4E51;
}
</style>