Shades of Oracle #356164
Tints of Oracle #356164
RGB
CMYK
RGB Variations
Color information
#356164 (or 0x356164) is known color: Oracle. HEX triplet: 35, 61 and 64. RGB value is (53,97,100). Sum of RGB (Red+Green+Blue) = 53+97+100=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 100 - color contains mainly: blue. Hex color #356164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356164 is #CA9E9B. Grayscale: #545454. Windows color (decimal): -13278876 or 6578485. OLE color: 6578485.
HSL color Cylindrical-coordinate representation of color #356164: hue angle of 183.83º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #356164 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 97 | 100 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.61 |
| HSL | 183.83º | 0.31% | 0.3% | - |
| HSV(B) | 183.83º | 0.47% | 0.39% | - |
| XYZ | 8.04 | 10.23 | 13.61 | - |
| YUV | 84.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 100 | 0.47 | 0.03 | 0 | 0.61 | 183.83 | 0.31 | 0.3 |
| Hex | 35 | 61 | 64 | 2F | 3 | 0 | 3D | B8 | 1F | 1E |
| Octal | 65 | 141 | 144 | 57 | 3 | 0 | 75 | 270 | 37 | 36 |
| Binary | 110101 | 1100001 | 1100100 | 101111 | 11 | 0 | 111101 | 10111000 | 11111 | 11110 |
Color Harmonies of #356164
Complementary color
Monochromatic Colors of #356164
Black with #356164
Text Example
Text Example
White with #356164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356164; }
p { color: rgb(53,97,100); }
H1.HeaderClassName
{
color: #356164;
}
.AnyTagClassName
{
color: #356164;
}
</style>
background-color css
<style>
a { background-color: #356164; }
a { background-color: rgb(53,97,100); }
div.DivClassName
{
background-color: #356164;
}
.BgClassName
{
background-color: #356164;
}
</style>
border-color css
<style>
span { border-color: #356164; }
span { border-color: rgb(53,97,100); }
td.TdClassName
{
border-color: #356164;
}
.TagClassName
{
border-color: #356164;
}
</style>