Shades of Oracle #38605A
Tints of Oracle #38605A
RGB
CMYK
RGB Variations
Color information
#38605A (or 0x38605A) is known color: Oracle. HEX triplet: 38, 60 and 5A. RGB value is (56,96,90). Sum of RGB (Red+Green+Blue) = 56+96+90=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #38605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38605A is #C79FA5. Grayscale: #535353. Windows color (decimal): -13082534 or 5922872. OLE color: 5922872.
HSL color Cylindrical-coordinate representation of color #38605A: hue angle of 171º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38605A is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 96 | 90 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.62 |
| HSL | 171º | 0.26% | 0.3% | - |
| HSV(B) | 171º | 0.42% | 0.38% | - |
| XYZ | 7.66 | 9.94 | 11.19 | - |
| YUV | 83.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 96 | 90 | 0.42 | 0 | 0.06 | 0.62 | 171 | 0.26 | 0.3 |
| Hex | 38 | 60 | 5A | 2A | 0 | 6 | 3E | AB | 1A | 1E |
| Octal | 70 | 140 | 132 | 52 | 0 | 6 | 76 | 253 | 32 | 36 |
| Binary | 111000 | 1100000 | 1011010 | 101010 | 0 | 110 | 111110 | 10101011 | 11010 | 11110 |
Color Harmonies of #38605A
Complementary color
Monochromatic Colors of #38605A
Black with #38605A
Text Example
Text Example
White with #38605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38605A; }
p { color: rgb(56,96,90); }
H1.HeaderClassName
{
color: #38605A;
}
.AnyTagClassName
{
color: #38605A;
}
</style>
background-color css
<style>
a { background-color: #38605A; }
a { background-color: rgb(56,96,90); }
div.DivClassName
{
background-color: #38605A;
}
.BgClassName
{
background-color: #38605A;
}
</style>
border-color css
<style>
span { border-color: #38605A; }
span { border-color: rgb(56,96,90); }
td.TdClassName
{
border-color: #38605A;
}
.TagClassName
{
border-color: #38605A;
}
</style>