Shades of Oracle #3A5457
Tints of Oracle #3A5457
RGB
CMYK
RGB Variations
Color information
#3A5457 (or 0x3A5457) is known color: Oracle. HEX triplet: 3A, 54 and 57. RGB value is (58,84,87). Sum of RGB (Red+Green+Blue) = 58+84+87=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A5457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5457 is #C5ABA8. Grayscale: #4C4C4C. Windows color (decimal): -12954537 or 5723194. OLE color: 5723194.
HSL color Cylindrical-coordinate representation of color #3A5457: hue angle of 186.21º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A5457 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 84 | 87 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.66 |
| HSL | 186.21º | 0.2% | 0.28% | - |
| HSV(B) | 186.21º | 0.33% | 0.34% | - |
| XYZ | 6.64 | 7.93 | 10.2 | - |
| YUV | 76.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 84 | 87 | 0.33 | 0.03 | 0 | 0.66 | 186.21 | 0.2 | 0.28 |
| Hex | 3A | 54 | 57 | 21 | 3 | 0 | 42 | BA | 14 | 1C |
| Octal | 72 | 124 | 127 | 41 | 3 | 0 | 102 | 272 | 24 | 34 |
| Binary | 111010 | 1010100 | 1010111 | 100001 | 11 | 0 | 1000010 | 10111010 | 10100 | 11100 |
Color Harmonies of #3A5457
Complementary color
Monochromatic Colors of #3A5457
Black with #3A5457
Text Example
Text Example
White with #3A5457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5457; }
p { color: rgb(58,84,87); }
H1.HeaderClassName
{
color: #3A5457;
}
.AnyTagClassName
{
color: #3A5457;
}
</style>
background-color css
<style>
a { background-color: #3A5457; }
a { background-color: rgb(58,84,87); }
div.DivClassName
{
background-color: #3A5457;
}
.BgClassName
{
background-color: #3A5457;
}
</style>
border-color css
<style>
span { border-color: #3A5457; }
span { border-color: rgb(58,84,87); }
td.TdClassName
{
border-color: #3A5457;
}
.TagClassName
{
border-color: #3A5457;
}
</style>