Shades of Oracle #356261
Tints of Oracle #356261
RGB
CMYK
RGB Variations
Color information
#356261 (or 0x356261) is known color: Oracle. HEX triplet: 35, 62 and 61. RGB value is (53,98,97). Sum of RGB (Red+Green+Blue) = 53+98+97=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #356261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356261 is #CA9D9E. Grayscale: #545454. Windows color (decimal): -13278623 or 6382133. OLE color: 6382133.
HSL color Cylindrical-coordinate representation of color #356261: hue angle of 178.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356261 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 97 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.62 |
| HSL | 178.67º | 0.3% | 0.3% | - |
| HSV(B) | 178.67º | 0.46% | 0.38% | - |
| XYZ | 7.99 | 10.36 | 12.89 | - |
| YUV | 84.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 97 | 0.46 | 0 | 0.01 | 0.62 | 178.67 | 0.3 | 0.3 |
| Hex | 35 | 62 | 61 | 2E | 0 | 1 | 3E | B3 | 1E | 1E |
| Octal | 65 | 142 | 141 | 56 | 0 | 1 | 76 | 263 | 36 | 36 |
| Binary | 110101 | 1100010 | 1100001 | 101110 | 0 | 1 | 111110 | 10110011 | 11110 | 11110 |
Color Harmonies of #356261
Complementary color
Monochromatic Colors of #356261
Black with #356261
Text Example
Text Example
White with #356261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356261; }
p { color: rgb(53,98,97); }
H1.HeaderClassName
{
color: #356261;
}
.AnyTagClassName
{
color: #356261;
}
</style>
background-color css
<style>
a { background-color: #356261; }
a { background-color: rgb(53,98,97); }
div.DivClassName
{
background-color: #356261;
}
.BgClassName
{
background-color: #356261;
}
</style>
border-color css
<style>
span { border-color: #356261; }
span { border-color: rgb(53,98,97); }
td.TdClassName
{
border-color: #356261;
}
.TagClassName
{
border-color: #356261;
}
</style>