Shades of Oracle #385355
Tints of Oracle #385355
RGB
CMYK
RGB Variations
Color information
#385355 (or 0x385355) is known color: Oracle. HEX triplet: 38, 53 and 55. RGB value is (56,83,85). Sum of RGB (Red+Green+Blue) = 56+83+85=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #385355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385355 is #C7ACAA. Grayscale: #4B4B4B. Windows color (decimal): -13085867 or 5591864. OLE color: 5591864.
HSL color Cylindrical-coordinate representation of color #385355: hue angle of 184.14º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #385355 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 83 | 85 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.67 |
| HSL | 184.14º | 0.21% | 0.28% | - |
| HSV(B) | 184.14º | 0.34% | 0.33% | - |
| XYZ | 6.36 | 7.68 | 9.74 | - |
| YUV | 75.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 85 | 0.34 | 0.02 | 0 | 0.67 | 184.14 | 0.21 | 0.28 |
| Hex | 38 | 53 | 55 | 22 | 2 | 0 | 43 | B8 | 15 | 1C |
| Octal | 70 | 123 | 125 | 42 | 2 | 0 | 103 | 270 | 25 | 34 |
| Binary | 111000 | 1010011 | 1010101 | 100010 | 10 | 0 | 1000011 | 10111000 | 10101 | 11100 |
Color Harmonies of #385355
Complementary color
Monochromatic Colors of #385355
Black with #385355
Text Example
Text Example
White with #385355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385355; }
p { color: rgb(56,83,85); }
H1.HeaderClassName
{
color: #385355;
}
.AnyTagClassName
{
color: #385355;
}
</style>
background-color css
<style>
a { background-color: #385355; }
a { background-color: rgb(56,83,85); }
div.DivClassName
{
background-color: #385355;
}
.BgClassName
{
background-color: #385355;
}
</style>
border-color css
<style>
span { border-color: #385355; }
span { border-color: rgb(56,83,85); }
td.TdClassName
{
border-color: #385355;
}
.TagClassName
{
border-color: #385355;
}
</style>