Shades of Oracle #3B5E5C
Tints of Oracle #3B5E5C
RGB
CMYK
RGB Variations
Color information
#3B5E5C (or 0x3B5E5C) is known color: Oracle. HEX triplet: 3B, 5E and 5C. RGB value is (59,94,92). Sum of RGB (Red+Green+Blue) = 59+94+92=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 94 - color contains mainly: green. Hex color #3B5E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5E5C is #C4A1A3. Grayscale: #535353. Windows color (decimal): -12886436 or 6053435. OLE color: 6053435.
HSL color Cylindrical-coordinate representation of color #3B5E5C: hue angle of 176.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B5E5C is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
RGB | 59 | 94 | 92 | - |
CMYK | 0.37 | 0 | 0.02 | 0.63 |
HSL | 176.57º | 0.23% | 0.3% | - |
HSV(B) | 176.57º | 0.37% | 0.37% | - |
XYZ | 7.74 | 9.71 | 11.59 | - |
YUV | 83.31 | 132.9 | 110.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 94 | 92 | 0.37 | 0 | 0.02 | 0.63 | 176.57 | 0.23 | 0.3 |
Hex | 3B | 5E | 5C | 25 | 0 | 2 | 3F | B1 | 17 | 1E |
Octal | 73 | 136 | 134 | 45 | 0 | 2 | 77 | 261 | 27 | 36 |
Binary | 111011 | 1011110 | 1011100 | 100101 | 0 | 10 | 111111 | 10110001 | 10111 | 11110 |
Color Harmonies of #3B5E5C
Complementary color
Monochromatic Colors of #3B5E5C
Black with #3B5E5C
Text Example
Text Example
White with #3B5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5E5C; }
p { color: rgb(59,94,92); }
H1.HeaderClassName
{
color: #3B5E5C;
}
.AnyTagClassName
{
color: #3B5E5C;
}
</style>
background-color css
<style>
a { background-color: #3B5E5C; }
a { background-color: rgb(59,94,92); }
div.DivClassName
{
background-color: #3B5E5C;
}
.BgClassName
{
background-color: #3B5E5C;
}
</style>
border-color css
<style>
span { border-color: #3B5E5C; }
span { border-color: rgb(59,94,92); }
td.TdClassName
{
border-color: #3B5E5C;
}
.TagClassName
{
border-color: #3B5E5C;
}
</style>