Shades of Oracle #385A5A
Tints of Oracle #385A5A
RGB
CMYK
RGB Variations
Color information
#385A5A (or 0x385A5A) is known color: Oracle. HEX triplet: 38, 5A and 5A. RGB value is (56,90,90). Sum of RGB (Red+Green+Blue) = 56+90+90=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #385A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A5A is #C7A5A5. Grayscale: #4F4F4F. Windows color (decimal): -13084070 or 5921336. OLE color: 5921336.
HSL color Cylindrical-coordinate representation of color #385A5A: hue angle of 180º 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 #385A5A is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 90 | - |
| CMYK | 0.38 | 0 | 0 | 0.65 |
| HSL | 180º | 0.23% | 0.29% | - |
| HSV(B) | 180º | 0.38% | 0.35% | - |
| XYZ | 7.13 | 8.89 | 11.01 | - |
| YUV | 79.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 90 | 0.38 | 0 | 0 | 0.65 | 180 | 0.23 | 0.29 |
| Hex | 38 | 5A | 5A | 26 | 0 | 0 | 41 | B4 | 17 | 1D |
| Octal | 70 | 132 | 132 | 46 | 0 | 0 | 101 | 264 | 27 | 35 |
| Binary | 111000 | 1011010 | 1011010 | 100110 | 0 | 0 | 1000001 | 10110100 | 10111 | 11101 |
Color Harmonies of #385A5A
Complementary color
Monochromatic Colors of #385A5A
Black with #385A5A
Text Example
Text Example
White with #385A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A5A; }
p { color: rgb(56,90,90); }
H1.HeaderClassName
{
color: #385A5A;
}
.AnyTagClassName
{
color: #385A5A;
}
</style>
background-color css
<style>
a { background-color: #385A5A; }
a { background-color: rgb(56,90,90); }
div.DivClassName
{
background-color: #385A5A;
}
.BgClassName
{
background-color: #385A5A;
}
</style>
border-color css
<style>
span { border-color: #385A5A; }
span { border-color: rgb(56,90,90); }
td.TdClassName
{
border-color: #385A5A;
}
.TagClassName
{
border-color: #385A5A;
}
</style>