Shades of Oracle #3A5052
Tints of Oracle #3A5052
RGB
CMYK
RGB Variations
Color information
#3A5052 (or 0x3A5052) is known color: Oracle. HEX triplet: 3A, 50 and 52. RGB value is (58,80,82). Sum of RGB (Red+Green+Blue) = 58+80+82=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A5052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5052 is #C5AFAD. Grayscale: #494949. Windows color (decimal): -12955566 or 5394490. OLE color: 5394490.
HSL color Cylindrical-coordinate representation of color #3A5052: hue angle of 185º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A5052 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 80 | 82 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.68 |
| HSL | 185º | 0.17% | 0.27% | - |
| HSV(B) | 185º | 0.29% | 0.32% | - |
| XYZ | 6.14 | 7.25 | 9.06 | - |
| YUV | 73.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 82 | 0.29 | 0.02 | 0 | 0.68 | 185 | 0.17 | 0.27 |
| Hex | 3A | 50 | 52 | 1D | 2 | 0 | 44 | B9 | 11 | 1B |
| Octal | 72 | 120 | 122 | 35 | 2 | 0 | 104 | 271 | 21 | 33 |
| Binary | 111010 | 1010000 | 1010010 | 11101 | 10 | 0 | 1000100 | 10111001 | 10001 | 11011 |
Color Harmonies of #3A5052
Complementary color
Monochromatic Colors of #3A5052
Black with #3A5052
Text Example
Text Example
White with #3A5052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5052; }
p { color: rgb(58,80,82); }
H1.HeaderClassName
{
color: #3A5052;
}
.AnyTagClassName
{
color: #3A5052;
}
</style>
background-color css
<style>
a { background-color: #3A5052; }
a { background-color: rgb(58,80,82); }
div.DivClassName
{
background-color: #3A5052;
}
.BgClassName
{
background-color: #3A5052;
}
</style>
border-color css
<style>
span { border-color: #3A5052; }
span { border-color: rgb(58,80,82); }
td.TdClassName
{
border-color: #3A5052;
}
.TagClassName
{
border-color: #3A5052;
}
</style>