Shades of Oracle #395B5A
Tints of Oracle #395B5A
RGB
CMYK
RGB Variations
Color information
#395B5A (or 0x395B5A) is known color: Oracle. HEX triplet: 39, 5B and 5A. RGB value is (57,91,90). Sum of RGB (Red+Green+Blue) = 57+91+90=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #395B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B5A is #C6A4A5. Grayscale: #505050. Windows color (decimal): -13018278 or 5921593. OLE color: 5921593.
HSL color Cylindrical-coordinate representation of color #395B5A: hue angle of 178.24º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395B5A is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 91 | 90 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.64 |
| HSL | 178.24º | 0.23% | 0.29% | - |
| HSV(B) | 178.24º | 0.37% | 0.36% | - |
| XYZ | 7.27 | 9.09 | 11.04 | - |
| YUV | 80.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 90 | 0.37 | 0 | 0.01 | 0.64 | 178.24 | 0.23 | 0.29 |
| Hex | 39 | 5B | 5A | 25 | 0 | 1 | 40 | B2 | 17 | 1D |
| Octal | 71 | 133 | 132 | 45 | 0 | 1 | 100 | 262 | 27 | 35 |
| Binary | 111001 | 1011011 | 1011010 | 100101 | 0 | 1 | 1000000 | 10110010 | 10111 | 11101 |
Color Harmonies of #395B5A
Complementary color
Monochromatic Colors of #395B5A
Black with #395B5A
Text Example
Text Example
White with #395B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395B5A; }
p { color: rgb(57,91,90); }
H1.HeaderClassName
{
color: #395B5A;
}
.AnyTagClassName
{
color: #395B5A;
}
</style>
background-color css
<style>
a { background-color: #395B5A; }
a { background-color: rgb(57,91,90); }
div.DivClassName
{
background-color: #395B5A;
}
.BgClassName
{
background-color: #395B5A;
}
</style>
border-color css
<style>
span { border-color: #395B5A; }
span { border-color: rgb(57,91,90); }
td.TdClassName
{
border-color: #395B5A;
}
.TagClassName
{
border-color: #395B5A;
}
</style>