Shades of Oracle #366461
Tints of Oracle #366461
RGB
CMYK
RGB Variations
Color information
#366461 (or 0x366461) is known color: Oracle. HEX triplet: 36, 64 and 61. RGB value is (54,100,97). Sum of RGB (Red+Green+Blue) = 54+100+97=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 100 - color contains mainly: green. Hex color #366461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366461 is #C99B9E. Grayscale: #555555. Windows color (decimal): -13212575 or 6382646. OLE color: 6382646.
HSL color Cylindrical-coordinate representation of color #366461: hue angle of 176.09º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #366461 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 100 | 97 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.61 |
| HSL | 176.09º | 0.3% | 0.3% | - |
| HSV(B) | 176.09º | 0.46% | 0.39% | - |
| XYZ | 8.24 | 10.76 | 12.95 | - |
| YUV | 85.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 100 | 97 | 0.46 | 0 | 0.03 | 0.61 | 176.09 | 0.3 | 0.3 |
| Hex | 36 | 64 | 61 | 2E | 0 | 3 | 3D | B0 | 1E | 1E |
| Octal | 66 | 144 | 141 | 56 | 0 | 3 | 75 | 260 | 36 | 36 |
| Binary | 110110 | 1100100 | 1100001 | 101110 | 0 | 11 | 111101 | 10110000 | 11110 | 11110 |
Color Harmonies of #366461
Complementary color
Monochromatic Colors of #366461
Black with #366461
Text Example
Text Example
White with #366461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366461; }
p { color: rgb(54,100,97); }
H1.HeaderClassName
{
color: #366461;
}
.AnyTagClassName
{
color: #366461;
}
</style>
background-color css
<style>
a { background-color: #366461; }
a { background-color: rgb(54,100,97); }
div.DivClassName
{
background-color: #366461;
}
.BgClassName
{
background-color: #366461;
}
</style>
border-color css
<style>
span { border-color: #366461; }
span { border-color: rgb(54,100,97); }
td.TdClassName
{
border-color: #366461;
}
.TagClassName
{
border-color: #366461;
}
</style>