Shades of Oracle #3F5B5A
Tints of Oracle #3F5B5A
RGB
CMYK
RGB Variations
Color information
#3F5B5A (or 0x3F5B5A) is known color: Oracle. HEX triplet: 3F, 5B and 5A. RGB value is (63,91,90). Sum of RGB (Red+Green+Blue) = 63+91+90=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B5A is #C0A4A5. Grayscale: #525252. Windows color (decimal): -12625062 or 5921599. OLE color: 5921599.
HSL color Cylindrical-coordinate representation of color #3F5B5A: hue angle of 177.86º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F5B5A is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 91 | 90 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.64 |
| HSL | 177.86º | 0.18% | 0.3% | - |
| HSV(B) | 177.86º | 0.31% | 0.36% | - |
| XYZ | 7.64 | 9.28 | 11.06 | - |
| YUV | 82.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 90 | 0.31 | 0 | 0.01 | 0.64 | 177.86 | 0.18 | 0.3 |
| Hex | 3F | 5B | 5A | 1F | 0 | 1 | 40 | B2 | 12 | 1E |
| Octal | 77 | 133 | 132 | 37 | 0 | 1 | 100 | 262 | 22 | 36 |
| Binary | 111111 | 1011011 | 1011010 | 11111 | 0 | 1 | 1000000 | 10110010 | 10010 | 11110 |
Color Harmonies of #3F5B5A
Complementary color
Monochromatic Colors of #3F5B5A
Black with #3F5B5A
Text Example
Text Example
White with #3F5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B5A; }
p { color: rgb(63,91,90); }
H1.HeaderClassName
{
color: #3F5B5A;
}
.AnyTagClassName
{
color: #3F5B5A;
}
</style>
background-color css
<style>
a { background-color: #3F5B5A; }
a { background-color: rgb(63,91,90); }
div.DivClassName
{
background-color: #3F5B5A;
}
.BgClassName
{
background-color: #3F5B5A;
}
</style>
border-color css
<style>
span { border-color: #3F5B5A; }
span { border-color: rgb(63,91,90); }
td.TdClassName
{
border-color: #3F5B5A;
}
.TagClassName
{
border-color: #3F5B5A;
}
</style>