Shades of Oracle #395A5B
Tints of Oracle #395A5B
RGB
CMYK
RGB Variations
Color information
#395A5B (or 0x395A5B) is known color: Oracle. HEX triplet: 39, 5A and 5B. RGB value is (57,90,91). Sum of RGB (Red+Green+Blue) = 57+90+91=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #395A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A5B is #C6A5A4. Grayscale: #505050. Windows color (decimal): -13018533 or 5986873. OLE color: 5986873.
HSL color Cylindrical-coordinate representation of color #395A5B: hue angle of 181.76º 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 #395A5B is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 90 | 91 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.64 |
| HSL | 181.76º | 0.23% | 0.29% | - |
| HSV(B) | 181.76º | 0.37% | 0.36% | - |
| XYZ | 7.23 | 8.94 | 11.24 | - |
| YUV | 80.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 91 | 0.37 | 0.01 | 0 | 0.64 | 181.76 | 0.23 | 0.29 |
| Hex | 39 | 5A | 5B | 25 | 1 | 0 | 40 | B6 | 17 | 1D |
| Octal | 71 | 132 | 133 | 45 | 1 | 0 | 100 | 266 | 27 | 35 |
| Binary | 111001 | 1011010 | 1011011 | 100101 | 1 | 0 | 1000000 | 10110110 | 10111 | 11101 |
Color Harmonies of #395A5B
Complementary color
Monochromatic Colors of #395A5B
Black with #395A5B
Text Example
Text Example
White with #395A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A5B; }
p { color: rgb(57,90,91); }
H1.HeaderClassName
{
color: #395A5B;
}
.AnyTagClassName
{
color: #395A5B;
}
</style>
background-color css
<style>
a { background-color: #395A5B; }
a { background-color: rgb(57,90,91); }
div.DivClassName
{
background-color: #395A5B;
}
.BgClassName
{
background-color: #395A5B;
}
</style>
border-color css
<style>
span { border-color: #395A5B; }
span { border-color: rgb(57,90,91); }
td.TdClassName
{
border-color: #395A5B;
}
.TagClassName
{
border-color: #395A5B;
}
</style>