Shades of Oracle #355E60
Tints of Oracle #355E60
RGB
CMYK
RGB Variations
Color information
#355E60 (or 0x355E60) is known color: Oracle. HEX triplet: 35, 5E and 60. RGB value is (53,94,96). Sum of RGB (Red+Green+Blue) = 53+94+96=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #355E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E60 is #CAA19F. Grayscale: #515151. Windows color (decimal): -13279648 or 6315573. OLE color: 6315573.
HSL color Cylindrical-coordinate representation of color #355E60: hue angle of 182.79º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #355E60 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 94 | 96 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.62 |
| HSL | 182.79º | 0.29% | 0.29% | - |
| HSV(B) | 182.79º | 0.45% | 0.38% | - |
| XYZ | 7.58 | 9.61 | 12.52 | - |
| YUV | 81.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 96 | 0.45 | 0.02 | 0 | 0.62 | 182.79 | 0.29 | 0.29 |
| Hex | 35 | 5E | 60 | 2D | 2 | 0 | 3E | B7 | 1D | 1D |
| Octal | 65 | 136 | 140 | 55 | 2 | 0 | 76 | 267 | 35 | 35 |
| Binary | 110101 | 1011110 | 1100000 | 101101 | 10 | 0 | 111110 | 10110111 | 11101 | 11101 |
Color Harmonies of #355E60
Complementary color
Monochromatic Colors of #355E60
Black with #355E60
Text Example
Text Example
White with #355E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E60; }
p { color: rgb(53,94,96); }
H1.HeaderClassName
{
color: #355E60;
}
.AnyTagClassName
{
color: #355E60;
}
</style>
background-color css
<style>
a { background-color: #355E60; }
a { background-color: rgb(53,94,96); }
div.DivClassName
{
background-color: #355E60;
}
.BgClassName
{
background-color: #355E60;
}
</style>
border-color css
<style>
span { border-color: #355E60; }
span { border-color: rgb(53,94,96); }
td.TdClassName
{
border-color: #355E60;
}
.TagClassName
{
border-color: #355E60;
}
</style>