Shades of Oracle #3A5053
Tints of Oracle #3A5053
RGB
CMYK
RGB Variations
Color information
#3A5053 (or 0x3A5053) is known color: Oracle. HEX triplet: 3A, 50 and 53. RGB value is (58,80,83). Sum of RGB (Red+Green+Blue) = 58+80+83=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A5053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5053 is #C5AFAC. Grayscale: #494949. Windows color (decimal): -12955565 or 5460026. OLE color: 5460026.
HSL color Cylindrical-coordinate representation of color #3A5053: hue angle of 187.2º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A5053 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 80 | 83 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.67 |
| HSL | 187.2º | 0.18% | 0.28% | - |
| HSV(B) | 187.2º | 0.3% | 0.33% | - |
| XYZ | 6.17 | 7.26 | 9.26 | - |
| YUV | 73.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 83 | 0.30 | 0.04 | 0 | 0.67 | 187.2 | 0.18 | 0.28 |
| Hex | 3A | 50 | 53 | 1E | 4 | 0 | 43 | BB | 12 | 1C |
| Octal | 72 | 120 | 123 | 36 | 4 | 0 | 103 | 273 | 22 | 34 |
| Binary | 111010 | 1010000 | 1010011 | 11110 | 100 | 0 | 1000011 | 10111011 | 10010 | 11100 |
Color Harmonies of #3A5053
Complementary color
Monochromatic Colors of #3A5053
Black with #3A5053
Text Example
Text Example
White with #3A5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5053; }
p { color: rgb(58,80,83); }
H1.HeaderClassName
{
color: #3A5053;
}
.AnyTagClassName
{
color: #3A5053;
}
</style>
background-color css
<style>
a { background-color: #3A5053; }
a { background-color: rgb(58,80,83); }
div.DivClassName
{
background-color: #3A5053;
}
.BgClassName
{
background-color: #3A5053;
}
</style>
border-color css
<style>
span { border-color: #3A5053; }
span { border-color: rgb(58,80,83); }
td.TdClassName
{
border-color: #3A5053;
}
.TagClassName
{
border-color: #3A5053;
}
</style>