Shades of Oracle #38595A
Tints of Oracle #38595A
RGB
CMYK
RGB Variations
Color information
#38595A (or 0x38595A) is known color: Oracle. HEX triplet: 38, 59 and 5A. RGB value is (56,89,90). Sum of RGB (Red+Green+Blue) = 56+89+90=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #38595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38595A is #C7A6A5. Grayscale: #4F4F4F. Windows color (decimal): -13084326 or 5921080. OLE color: 5921080.
HSL color Cylindrical-coordinate representation of color #38595A: hue angle of 181.76º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38595A is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 89 | 90 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.65 |
| HSL | 181.76º | 0.23% | 0.29% | - |
| HSV(B) | 181.76º | 0.38% | 0.35% | - |
| XYZ | 7.05 | 8.72 | 10.99 | - |
| YUV | 79.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 90 | 0.38 | 0.01 | 0 | 0.65 | 181.76 | 0.23 | 0.29 |
| Hex | 38 | 59 | 5A | 26 | 1 | 0 | 41 | B6 | 17 | 1D |
| Octal | 70 | 131 | 132 | 46 | 1 | 0 | 101 | 266 | 27 | 35 |
| Binary | 111000 | 1011001 | 1011010 | 100110 | 1 | 0 | 1000001 | 10110110 | 10111 | 11101 |
Color Harmonies of #38595A
Complementary color
Monochromatic Colors of #38595A
Black with #38595A
Text Example
Text Example
White with #38595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38595A; }
p { color: rgb(56,89,90); }
H1.HeaderClassName
{
color: #38595A;
}
.AnyTagClassName
{
color: #38595A;
}
</style>
background-color css
<style>
a { background-color: #38595A; }
a { background-color: rgb(56,89,90); }
div.DivClassName
{
background-color: #38595A;
}
.BgClassName
{
background-color: #38595A;
}
</style>
border-color css
<style>
span { border-color: #38595A; }
span { border-color: rgb(56,89,90); }
td.TdClassName
{
border-color: #38595A;
}
.TagClassName
{
border-color: #38595A;
}
</style>