Shades of Oracle #366263
Tints of Oracle #366263
RGB
CMYK
RGB Variations
Color information
#366263 (or 0x366263) is known color: Oracle. HEX triplet: 36, 62 and 63. RGB value is (54,98,99). Sum of RGB (Red+Green+Blue) = 54+98+99=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 99 - color contains mainly: blue. Hex color #366263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366263 is #C99D9C. Grayscale: #545454. Windows color (decimal): -13213085 or 6513206. OLE color: 6513206.
HSL color Cylindrical-coordinate representation of color #366263: hue angle of 181.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #366263 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 98 | 99 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.61 |
| HSL | 181.33º | 0.29% | 0.3% | - |
| HSV(B) | 181.33º | 0.45% | 0.39% | - |
| XYZ | 8.14 | 10.42 | 13.39 | - |
| YUV | 84.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 99 | 0.45 | 0.01 | 0 | 0.61 | 181.33 | 0.29 | 0.3 |
| Hex | 36 | 62 | 63 | 2D | 1 | 0 | 3D | B5 | 1D | 1E |
| Octal | 66 | 142 | 143 | 55 | 1 | 0 | 75 | 265 | 35 | 36 |
| Binary | 110110 | 1100010 | 1100011 | 101101 | 1 | 0 | 111101 | 10110101 | 11101 | 11110 |
Color Harmonies of #366263
Complementary color
Monochromatic Colors of #366263
Black with #366263
Text Example
Text Example
White with #366263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366263; }
p { color: rgb(54,98,99); }
H1.HeaderClassName
{
color: #366263;
}
.AnyTagClassName
{
color: #366263;
}
</style>
background-color css
<style>
a { background-color: #366263; }
a { background-color: rgb(54,98,99); }
div.DivClassName
{
background-color: #366263;
}
.BgClassName
{
background-color: #366263;
}
</style>
border-color css
<style>
span { border-color: #366263; }
span { border-color: rgb(54,98,99); }
td.TdClassName
{
border-color: #366263;
}
.TagClassName
{
border-color: #366263;
}
</style>