Shades of Oracle #385A5E
Tints of Oracle #385A5E
RGB
CMYK
RGB Variations
Color information
#385A5E (or 0x385A5E) is known color: Oracle. HEX triplet: 38, 5A and 5E. RGB value is (56,90,94). Sum of RGB (Red+Green+Blue) = 56+90+94=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #385A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A5E is #C7A5A1. Grayscale: #505050. Windows color (decimal): -13084066 or 6183480. OLE color: 6183480.
HSL color Cylindrical-coordinate representation of color #385A5E: hue angle of 186.32º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385A5E is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 90 | 94 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.63 |
| HSL | 186.32º | 0.25% | 0.29% | - |
| HSV(B) | 186.32º | 0.4% | 0.37% | - |
| XYZ | 7.31 | 8.96 | 11.93 | - |
| YUV | 80.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 94 | 0.40 | 0.04 | 0 | 0.63 | 186.32 | 0.25 | 0.29 |
| Hex | 38 | 5A | 5E | 28 | 4 | 0 | 3F | BA | 19 | 1D |
| Octal | 70 | 132 | 136 | 50 | 4 | 0 | 77 | 272 | 31 | 35 |
| Binary | 111000 | 1011010 | 1011110 | 101000 | 100 | 0 | 111111 | 10111010 | 11001 | 11101 |
Color Harmonies of #385A5E
Complementary color
Monochromatic Colors of #385A5E
Black with #385A5E
Text Example
Text Example
White with #385A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A5E; }
p { color: rgb(56,90,94); }
H1.HeaderClassName
{
color: #385A5E;
}
.AnyTagClassName
{
color: #385A5E;
}
</style>
background-color css
<style>
a { background-color: #385A5E; }
a { background-color: rgb(56,90,94); }
div.DivClassName
{
background-color: #385A5E;
}
.BgClassName
{
background-color: #385A5E;
}
</style>
border-color css
<style>
span { border-color: #385A5E; }
span { border-color: rgb(56,90,94); }
td.TdClassName
{
border-color: #385A5E;
}
.TagClassName
{
border-color: #385A5E;
}
</style>