Shades of Oracle #3A5B5E
Tints of Oracle #3A5B5E
RGB
CMYK
RGB Variations
Color information
#3A5B5E (or 0x3A5B5E) is known color: Oracle. HEX triplet: 3A, 5B and 5E. RGB value is (58,91,94). Sum of RGB (Red+Green+Blue) = 58+91+94=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A5B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5B5E is #C5A4A1. Grayscale: #515151. Windows color (decimal): -12952738 or 6183738. OLE color: 6183738.
HSL color Cylindrical-coordinate representation of color #3A5B5E: hue angle of 185º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5B5E is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 58 | 91 | 94 | - |
CMYK | 0.38 | 0.03 | 0 | 0.63 |
HSL | 185º | 0.24% | 0.3% | - |
HSV(B) | 185º | 0.38% | 0.37% | - |
XYZ | 7.51 | 9.19 | 11.97 | - |
YUV | 81.48 | 135.07 | 111.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 91 | 94 | 0.38 | 0.03 | 0 | 0.63 | 185 | 0.24 | 0.3 |
Hex | 3A | 5B | 5E | 26 | 3 | 0 | 3F | B9 | 18 | 1E |
Octal | 72 | 133 | 136 | 46 | 3 | 0 | 77 | 271 | 30 | 36 |
Binary | 111010 | 1011011 | 1011110 | 100110 | 11 | 0 | 111111 | 10111001 | 11000 | 11110 |
Color Harmonies of #3A5B5E
Complementary color
Monochromatic Colors of #3A5B5E
Black with #3A5B5E
Text Example
Text Example
White with #3A5B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5B5E; }
p { color: rgb(58,91,94); }
H1.HeaderClassName
{
color: #3A5B5E;
}
.AnyTagClassName
{
color: #3A5B5E;
}
</style>
background-color css
<style>
a { background-color: #3A5B5E; }
a { background-color: rgb(58,91,94); }
div.DivClassName
{
background-color: #3A5B5E;
}
.BgClassName
{
background-color: #3A5B5E;
}
</style>
border-color css
<style>
span { border-color: #3A5B5E; }
span { border-color: rgb(58,91,94); }
td.TdClassName
{
border-color: #3A5B5E;
}
.TagClassName
{
border-color: #3A5B5E;
}
</style>