Shades of Oracle #366664
Tints of Oracle #366664
RGB
CMYK
RGB Variations
Color information
#366664 (or 0x366664) is known color: Oracle. HEX triplet: 36, 66 and 64. RGB value is (54,102,100). Sum of RGB (Red+Green+Blue) = 54+102+100=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #366664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366664 is #C9999B. Grayscale: #575757. Windows color (decimal): -13212060 or 6579766. OLE color: 6579766.
HSL color Cylindrical-coordinate representation of color #366664: hue angle of 177.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366664 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 54 | 102 | 100 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.6 |
| HSL | 177.5º | 0.31% | 0.31% | - |
| HSV(B) | 177.5º | 0.47% | 0.4% | - |
| XYZ | 8.57 | 11.21 | 13.77 | - |
| YUV | 87.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 100 | 0.47 | 0 | 0.02 | 0.6 | 177.5 | 0.31 | 0.31 |
| Hex | 36 | 66 | 64 | 2F | 0 | 2 | 3C | B2 | 1F | 1F |
| Octal | 66 | 146 | 144 | 57 | 0 | 2 | 74 | 262 | 37 | 37 |
| Binary | 110110 | 1100110 | 1100100 | 101111 | 0 | 10 | 111100 | 10110010 | 11111 | 11111 |
Color Harmonies of #366664
Complementary color
Monochromatic Colors of #366664
Black with #366664
Text Example
Text Example
White with #366664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366664; }
p { color: rgb(54,102,100); }
H1.HeaderClassName
{
color: #366664;
}
.AnyTagClassName
{
color: #366664;
}
</style>
background-color css
<style>
a { background-color: #366664; }
a { background-color: rgb(54,102,100); }
div.DivClassName
{
background-color: #366664;
}
.BgClassName
{
background-color: #366664;
}
</style>
border-color css
<style>
span { border-color: #366664; }
span { border-color: rgb(54,102,100); }
td.TdClassName
{
border-color: #366664;
}
.TagClassName
{
border-color: #366664;
}
</style>