Shades of Oracle #355E62
Tints of Oracle #355E62
RGB
CMYK
RGB Variations
Color information
#355E62 (or 0x355E62) is known color: Oracle. HEX triplet: 35, 5E and 62. RGB value is (53,94,98). Sum of RGB (Red+Green+Blue) = 53+94+98=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #355E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E62 is #CAA19D. Grayscale: #525252. Windows color (decimal): -13279646 or 6446645. OLE color: 6446645.
HSL color Cylindrical-coordinate representation of color #355E62: hue angle of 185.33º 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 #355E62 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 94 | 98 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.62 |
| HSL | 185.33º | 0.3% | 0.3% | - |
| HSV(B) | 185.33º | 0.46% | 0.38% | - |
| XYZ | 7.68 | 9.64 | 13.01 | - |
| YUV | 82.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 98 | 0.46 | 0.04 | 0 | 0.62 | 185.33 | 0.3 | 0.3 |
| Hex | 35 | 5E | 62 | 2E | 4 | 0 | 3E | B9 | 1E | 1E |
| Octal | 65 | 136 | 142 | 56 | 4 | 0 | 76 | 271 | 36 | 36 |
| Binary | 110101 | 1011110 | 1100010 | 101110 | 100 | 0 | 111110 | 10111001 | 11110 | 11110 |
Color Harmonies of #355E62
Complementary color
Monochromatic Colors of #355E62
Black with #355E62
Text Example
Text Example
White with #355E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E62; }
p { color: rgb(53,94,98); }
H1.HeaderClassName
{
color: #355E62;
}
.AnyTagClassName
{
color: #355E62;
}
</style>
background-color css
<style>
a { background-color: #355E62; }
a { background-color: rgb(53,94,98); }
div.DivClassName
{
background-color: #355E62;
}
.BgClassName
{
background-color: #355E62;
}
</style>
border-color css
<style>
span { border-color: #355E62; }
span { border-color: rgb(53,94,98); }
td.TdClassName
{
border-color: #355E62;
}
.TagClassName
{
border-color: #355E62;
}
</style>