Shades of Oracle #3D5E5C
Tints of Oracle #3D5E5C
RGB
CMYK
RGB Variations
Color information
#3D5E5C (or 0x3D5E5C) is known color: Oracle. HEX triplet: 3D, 5E and 5C. RGB value is (61,94,92). Sum of RGB (Red+Green+Blue) = 61+94+92=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 94 - color contains mainly: green. Hex color #3D5E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5E5C is #C2A1A3. Grayscale: #535353. Windows color (decimal): -12755364 or 6053437. OLE color: 6053437.
HSL color Cylindrical-coordinate representation of color #3D5E5C: hue angle of 176.36º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3D5E5C is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
RGB | 61 | 94 | 92 | - |
CMYK | 0.35 | 0 | 0.02 | 0.63 |
HSL | 176.36º | 0.21% | 0.3% | - |
HSV(B) | 176.36º | 0.35% | 0.37% | - |
XYZ | 7.86 | 9.77 | 11.6 | - |
YUV | 83.91 | 132.57 | 111.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 94 | 92 | 0.35 | 0 | 0.02 | 0.63 | 176.36 | 0.21 | 0.3 |
Hex | 3D | 5E | 5C | 23 | 0 | 2 | 3F | B0 | 15 | 1E |
Octal | 75 | 136 | 134 | 43 | 0 | 2 | 77 | 260 | 25 | 36 |
Binary | 111101 | 1011110 | 1011100 | 100011 | 0 | 10 | 111111 | 10110000 | 10101 | 11110 |
Color Harmonies of #3D5E5C
Complementary color
Monochromatic Colors of #3D5E5C
Black with #3D5E5C
Text Example
Text Example
White with #3D5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5E5C; }
p { color: rgb(61,94,92); }
H1.HeaderClassName
{
color: #3D5E5C;
}
.AnyTagClassName
{
color: #3D5E5C;
}
</style>
background-color css
<style>
a { background-color: #3D5E5C; }
a { background-color: rgb(61,94,92); }
div.DivClassName
{
background-color: #3D5E5C;
}
.BgClassName
{
background-color: #3D5E5C;
}
</style>
border-color css
<style>
span { border-color: #3D5E5C; }
span { border-color: rgb(61,94,92); }
td.TdClassName
{
border-color: #3D5E5C;
}
.TagClassName
{
border-color: #3D5E5C;
}
</style>