Shades of Oracle #385C5F
Tints of Oracle #385C5F
RGB
CMYK
RGB Variations
Color information
#385C5F (or 0x385C5F) is known color: Oracle. HEX triplet: 38, 5C and 5F. RGB value is (56,92,95). Sum of RGB (Red+Green+Blue) = 56+92+95=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #385C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C5F is #C7A3A0. Grayscale: #515151. Windows color (decimal): -13083553 or 6249528. OLE color: 6249528.
HSL color Cylindrical-coordinate representation of color #385C5F: hue angle of 184.62º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385C5F is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 92 | 95 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.63 |
| HSL | 184.62º | 0.26% | 0.3% | - |
| HSV(B) | 184.62º | 0.41% | 0.37% | - |
| XYZ | 7.52 | 9.32 | 12.23 | - |
| YUV | 81.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 95 | 0.41 | 0.03 | 0 | 0.63 | 184.62 | 0.26 | 0.3 |
| Hex | 38 | 5C | 5F | 29 | 3 | 0 | 3F | B9 | 1A | 1E |
| Octal | 70 | 134 | 137 | 51 | 3 | 0 | 77 | 271 | 32 | 36 |
| Binary | 111000 | 1011100 | 1011111 | 101001 | 11 | 0 | 111111 | 10111001 | 11010 | 11110 |
Color Harmonies of #385C5F
Complementary color
Monochromatic Colors of #385C5F
Black with #385C5F
Text Example
Text Example
White with #385C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C5F; }
p { color: rgb(56,92,95); }
H1.HeaderClassName
{
color: #385C5F;
}
.AnyTagClassName
{
color: #385C5F;
}
</style>
background-color css
<style>
a { background-color: #385C5F; }
a { background-color: rgb(56,92,95); }
div.DivClassName
{
background-color: #385C5F;
}
.BgClassName
{
background-color: #385C5F;
}
</style>
border-color css
<style>
span { border-color: #385C5F; }
span { border-color: rgb(56,92,95); }
td.TdClassName
{
border-color: #385C5F;
}
.TagClassName
{
border-color: #385C5F;
}
</style>