Shades of Oracle #366262
Tints of Oracle #366262
RGB
CMYK
RGB Variations
Color information
#366262 (or 0x366262) is known color: Oracle. HEX triplet: 36, 62 and 62. RGB value is (54,98,98). Sum of RGB (Red+Green+Blue) = 54+98+98=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #366262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366262 is #C99D9D. Grayscale: #545454. Windows color (decimal): -13213086 or 6447670. OLE color: 6447670.
HSL color Cylindrical-coordinate representation of color #366262: hue angle of 180º 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 #366262 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 98 | 98 | - |
| CMYK | 0.45 | 0 | 0 | 0.62 |
| HSL | 180º | 0.29% | 0.3% | - |
| HSV(B) | 180º | 0.45% | 0.38% | - |
| XYZ | 8.09 | 10.4 | 13.14 | - |
| YUV | 84.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 98 | 0.45 | 0 | 0 | 0.62 | 180 | 0.29 | 0.3 |
| Hex | 36 | 62 | 62 | 2D | 0 | 0 | 3E | B4 | 1D | 1E |
| Octal | 66 | 142 | 142 | 55 | 0 | 0 | 76 | 264 | 35 | 36 |
| Binary | 110110 | 1100010 | 1100010 | 101101 | 0 | 0 | 111110 | 10110100 | 11101 | 11110 |
Color Harmonies of #366262
Complementary color
Monochromatic Colors of #366262
Black with #366262
Text Example
Text Example
White with #366262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366262; }
p { color: rgb(54,98,98); }
H1.HeaderClassName
{
color: #366262;
}
.AnyTagClassName
{
color: #366262;
}
</style>
background-color css
<style>
a { background-color: #366262; }
a { background-color: rgb(54,98,98); }
div.DivClassName
{
background-color: #366262;
}
.BgClassName
{
background-color: #366262;
}
</style>
border-color css
<style>
span { border-color: #366262; }
span { border-color: rgb(54,98,98); }
td.TdClassName
{
border-color: #366262;
}
.TagClassName
{
border-color: #366262;
}
</style>