Shades of Oracle #3A5A5D
Tints of Oracle #3A5A5D
RGB
CMYK
RGB Variations
Color information
#3A5A5D (or 0x3A5A5D) is known color: Oracle. HEX triplet: 3A, 5A and 5D. RGB value is (58,90,93). Sum of RGB (Red+Green+Blue) = 58+90+93=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A5A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5A5D is #C5A5A2. Grayscale: #505050. Windows color (decimal): -12952995 or 6117946. OLE color: 6117946.
HSL color Cylindrical-coordinate representation of color #3A5A5D: hue angle of 185.14º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5A5D is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 90 | 93 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.64 |
| HSL | 185.14º | 0.23% | 0.3% | - |
| HSV(B) | 185.14º | 0.38% | 0.36% | - |
| XYZ | 7.38 | 9 | 11.7 | - |
| YUV | 80.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 93 | 0.38 | 0.03 | 0 | 0.64 | 185.14 | 0.23 | 0.3 |
| Hex | 3A | 5A | 5D | 26 | 3 | 0 | 40 | B9 | 17 | 1E |
| Octal | 72 | 132 | 135 | 46 | 3 | 0 | 100 | 271 | 27 | 36 |
| Binary | 111010 | 1011010 | 1011101 | 100110 | 11 | 0 | 1000000 | 10111001 | 10111 | 11110 |
Color Harmonies of #3A5A5D
Complementary color
Monochromatic Colors of #3A5A5D
Black with #3A5A5D
Text Example
Text Example
White with #3A5A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A5D; }
p { color: rgb(58,90,93); }
H1.HeaderClassName
{
color: #3A5A5D;
}
.AnyTagClassName
{
color: #3A5A5D;
}
</style>
background-color css
<style>
a { background-color: #3A5A5D; }
a { background-color: rgb(58,90,93); }
div.DivClassName
{
background-color: #3A5A5D;
}
.BgClassName
{
background-color: #3A5A5D;
}
</style>
border-color css
<style>
span { border-color: #3A5A5D; }
span { border-color: rgb(58,90,93); }
td.TdClassName
{
border-color: #3A5A5D;
}
.TagClassName
{
border-color: #3A5A5D;
}
</style>