Shades of Oracle #3E5B5A
Tints of Oracle #3E5B5A
RGB
CMYK
RGB Variations
Color information
#3E5B5A (or 0x3E5B5A) is known color: Oracle. HEX triplet: 3E, 5B and 5A. RGB value is (62,91,90). Sum of RGB (Red+Green+Blue) = 62+91+90=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 91 - color contains mainly: green. Hex color #3E5B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5B5A is #C1A4A5. Grayscale: #525252. Windows color (decimal): -12690598 or 5921598. OLE color: 5921598.
HSL color Cylindrical-coordinate representation of color #3E5B5A: hue angle of 177.93º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E5B5A is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
RGB | 62 | 91 | 90 | - |
CMYK | 0.32 | 0 | 0.01 | 0.64 |
HSL | 177.93º | 0.19% | 0.3% | - |
HSV(B) | 177.93º | 0.32% | 0.36% | - |
XYZ | 7.57 | 9.24 | 11.06 | - |
YUV | 82.22 | 132.39 | 113.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 91 | 90 | 0.32 | 0 | 0.01 | 0.64 | 177.93 | 0.19 | 0.3 |
Hex | 3E | 5B | 5A | 20 | 0 | 1 | 40 | B2 | 13 | 1E |
Octal | 76 | 133 | 132 | 40 | 0 | 1 | 100 | 262 | 23 | 36 |
Binary | 111110 | 1011011 | 1011010 | 100000 | 0 | 1 | 1000000 | 10110010 | 10011 | 11110 |
Color Harmonies of #3E5B5A
Complementary color
Monochromatic Colors of #3E5B5A
Black with #3E5B5A
Text Example
Text Example
White with #3E5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5B5A; }
p { color: rgb(62,91,90); }
H1.HeaderClassName
{
color: #3E5B5A;
}
.AnyTagClassName
{
color: #3E5B5A;
}
</style>
background-color css
<style>
a { background-color: #3E5B5A; }
a { background-color: rgb(62,91,90); }
div.DivClassName
{
background-color: #3E5B5A;
}
.BgClassName
{
background-color: #3E5B5A;
}
</style>
border-color css
<style>
span { border-color: #3E5B5A; }
span { border-color: rgb(62,91,90); }
td.TdClassName
{
border-color: #3E5B5A;
}
.TagClassName
{
border-color: #3E5B5A;
}
</style>