Shades of Oracle #366260
Tints of Oracle #366260
RGB
CMYK
RGB Variations
Color information
#366260 (or 0x366260) is known color: Oracle. HEX triplet: 36, 62 and 60. RGB value is (54,98,96). Sum of RGB (Red+Green+Blue) = 54+98+96=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #366260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366260 is #C99D9F. Grayscale: #545454. Windows color (decimal): -13213088 or 6316598. OLE color: 6316598.
HSL color Cylindrical-coordinate representation of color #366260: hue angle of 177.27º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #366260 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 98 | 96 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.62 |
| HSL | 177.27º | 0.29% | 0.3% | - |
| HSV(B) | 177.27º | 0.45% | 0.38% | - |
| XYZ | 8 | 10.36 | 12.65 | - |
| YUV | 84.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 96 | 0.45 | 0 | 0.02 | 0.62 | 177.27 | 0.29 | 0.3 |
| Hex | 36 | 62 | 60 | 2D | 0 | 2 | 3E | B1 | 1D | 1E |
| Octal | 66 | 142 | 140 | 55 | 0 | 2 | 76 | 261 | 35 | 36 |
| Binary | 110110 | 1100010 | 1100000 | 101101 | 0 | 10 | 111110 | 10110001 | 11101 | 11110 |
Color Harmonies of #366260
Complementary color
Monochromatic Colors of #366260
Black with #366260
Text Example
Text Example
White with #366260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366260; }
p { color: rgb(54,98,96); }
H1.HeaderClassName
{
color: #366260;
}
.AnyTagClassName
{
color: #366260;
}
</style>
background-color css
<style>
a { background-color: #366260; }
a { background-color: rgb(54,98,96); }
div.DivClassName
{
background-color: #366260;
}
.BgClassName
{
background-color: #366260;
}
</style>
border-color css
<style>
span { border-color: #366260; }
span { border-color: rgb(54,98,96); }
td.TdClassName
{
border-color: #366260;
}
.TagClassName
{
border-color: #366260;
}
</style>