Shades of Oracle #3A625C
Tints of Oracle #3A625C
RGB
CMYK
RGB Variations
Color information
#3A625C (or 0x3A625C) is known color: Oracle. HEX triplet: 3A, 62 and 5C. RGB value is (58,98,92). Sum of RGB (Red+Green+Blue) = 58+98+92=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #3A625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A625C is #C59DA3. Grayscale: #555555. Windows color (decimal): -12950948 or 6054458. OLE color: 6054458.
HSL color Cylindrical-coordinate representation of color #3A625C: hue angle of 171º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A625C is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 92 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.62 |
| HSL | 171º | 0.26% | 0.31% | - |
| HSV(B) | 171º | 0.41% | 0.38% | - |
| XYZ | 8.04 | 10.41 | 11.71 | - |
| YUV | 85.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 92 | 0.41 | 0 | 0.06 | 0.62 | 171 | 0.26 | 0.31 |
| Hex | 3A | 62 | 5C | 29 | 0 | 6 | 3E | AB | 1A | 1F |
| Octal | 72 | 142 | 134 | 51 | 0 | 6 | 76 | 253 | 32 | 37 |
| Binary | 111010 | 1100010 | 1011100 | 101001 | 0 | 110 | 111110 | 10101011 | 11010 | 11111 |
Color Harmonies of #3A625C
Complementary color
Monochromatic Colors of #3A625C
Black with #3A625C
Text Example
Text Example
White with #3A625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A625C; }
p { color: rgb(58,98,92); }
H1.HeaderClassName
{
color: #3A625C;
}
.AnyTagClassName
{
color: #3A625C;
}
</style>
background-color css
<style>
a { background-color: #3A625C; }
a { background-color: rgb(58,98,92); }
div.DivClassName
{
background-color: #3A625C;
}
.BgClassName
{
background-color: #3A625C;
}
</style>
border-color css
<style>
span { border-color: #3A625C; }
span { border-color: rgb(58,98,92); }
td.TdClassName
{
border-color: #3A625C;
}
.TagClassName
{
border-color: #3A625C;
}
</style>