Shades of Oracle #385B5C
Tints of Oracle #385B5C
RGB
CMYK
RGB Variations
Color information
#385B5C (or 0x385B5C) is known color: Oracle. HEX triplet: 38, 5B and 5C. RGB value is (56,91,92). Sum of RGB (Red+Green+Blue) = 56+91+92=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #385B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B5C is #C7A4A3. Grayscale: #505050. Windows color (decimal): -13083812 or 6052664. OLE color: 6052664.
HSL color Cylindrical-coordinate representation of color #385B5C: hue angle of 181.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385B5C is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 91 | 92 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.64 |
| HSL | 181.67º | 0.24% | 0.29% | - |
| HSV(B) | 181.67º | 0.39% | 0.36% | - |
| XYZ | 7.3 | 9.1 | 11.5 | - |
| YUV | 80.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 92 | 0.39 | 0.01 | 0 | 0.64 | 181.67 | 0.24 | 0.29 |
| Hex | 38 | 5B | 5C | 27 | 1 | 0 | 40 | B6 | 18 | 1D |
| Octal | 70 | 133 | 134 | 47 | 1 | 0 | 100 | 266 | 30 | 35 |
| Binary | 111000 | 1011011 | 1011100 | 100111 | 1 | 0 | 1000000 | 10110110 | 11000 | 11101 |
Color Harmonies of #385B5C
Complementary color
Monochromatic Colors of #385B5C
Black with #385B5C
Text Example
Text Example
White with #385B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B5C; }
p { color: rgb(56,91,92); }
H1.HeaderClassName
{
color: #385B5C;
}
.AnyTagClassName
{
color: #385B5C;
}
</style>
background-color css
<style>
a { background-color: #385B5C; }
a { background-color: rgb(56,91,92); }
div.DivClassName
{
background-color: #385B5C;
}
.BgClassName
{
background-color: #385B5C;
}
</style>
border-color css
<style>
span { border-color: #385B5C; }
span { border-color: rgb(56,91,92); }
td.TdClassName
{
border-color: #385B5C;
}
.TagClassName
{
border-color: #385B5C;
}
</style>