Shades of Oracle #3D645F
Tints of Oracle #3D645F
RGB
CMYK
RGB Variations
Color information
#3D645F (or 0x3D645F) is known color: Oracle. HEX triplet: 3D, 64 and 5F. RGB value is (61,100,95). Sum of RGB (Red+Green+Blue) = 61+100+95=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 100 - color contains mainly: green. Hex color #3D645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D645F is #C29BA0. Grayscale: #575757. Windows color (decimal): -12753825 or 6251581. OLE color: 6251581.
HSL color Cylindrical-coordinate representation of color #3D645F: hue angle of 172.31º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D645F is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 100 | 95 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.61 |
| HSL | 172.31º | 0.24% | 0.32% | - |
| HSV(B) | 172.31º | 0.39% | 0.39% | - |
| XYZ | 8.55 | 10.93 | 12.49 | - |
| YUV | 87.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 100 | 95 | 0.39 | 0 | 0.05 | 0.61 | 172.31 | 0.24 | 0.32 |
| Hex | 3D | 64 | 5F | 27 | 0 | 5 | 3D | AC | 18 | 20 |
| Octal | 75 | 144 | 137 | 47 | 0 | 5 | 75 | 254 | 30 | 40 |
| Binary | 111101 | 1100100 | 1011111 | 100111 | 0 | 101 | 111101 | 10101100 | 11000 | 100000 |
Color Harmonies of #3D645F
Complementary color
Monochromatic Colors of #3D645F
Black with #3D645F
Text Example
Text Example
White with #3D645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D645F; }
p { color: rgb(61,100,95); }
H1.HeaderClassName
{
color: #3D645F;
}
.AnyTagClassName
{
color: #3D645F;
}
</style>
background-color css
<style>
a { background-color: #3D645F; }
a { background-color: rgb(61,100,95); }
div.DivClassName
{
background-color: #3D645F;
}
.BgClassName
{
background-color: #3D645F;
}
</style>
border-color css
<style>
span { border-color: #3D645F; }
span { border-color: rgb(61,100,95); }
td.TdClassName
{
border-color: #3D645F;
}
.TagClassName
{
border-color: #3D645F;
}
</style>