Shades of Oracle #355F62
Tints of Oracle #355F62
RGB
CMYK
RGB Variations
Color information
#355F62 (or 0x355F62) is known color: Oracle. HEX triplet: 35, 5F and 62. RGB value is (53,95,98). Sum of RGB (Red+Green+Blue) = 53+95+98=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #355F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F62 is #CAA09D. Grayscale: #525252. Windows color (decimal): -13279390 or 6446901. OLE color: 6446901.
HSL color Cylindrical-coordinate representation of color #355F62: hue angle of 184º 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 #355F62 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 95 | 98 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.62 |
| HSL | 184º | 0.3% | 0.3% | - |
| HSV(B) | 184º | 0.46% | 0.38% | - |
| XYZ | 7.77 | 9.82 | 13.04 | - |
| YUV | 82.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 98 | 0.46 | 0.03 | 0 | 0.62 | 184 | 0.3 | 0.3 |
| Hex | 35 | 5F | 62 | 2E | 3 | 0 | 3E | B8 | 1E | 1E |
| Octal | 65 | 137 | 142 | 56 | 3 | 0 | 76 | 270 | 36 | 36 |
| Binary | 110101 | 1011111 | 1100010 | 101110 | 11 | 0 | 111110 | 10111000 | 11110 | 11110 |
Color Harmonies of #355F62
Complementary color
Monochromatic Colors of #355F62
Black with #355F62
Text Example
Text Example
White with #355F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F62; }
p { color: rgb(53,95,98); }
H1.HeaderClassName
{
color: #355F62;
}
.AnyTagClassName
{
color: #355F62;
}
</style>
background-color css
<style>
a { background-color: #355F62; }
a { background-color: rgb(53,95,98); }
div.DivClassName
{
background-color: #355F62;
}
.BgClassName
{
background-color: #355F62;
}
</style>
border-color css
<style>
span { border-color: #355F62; }
span { border-color: rgb(53,95,98); }
td.TdClassName
{
border-color: #355F62;
}
.TagClassName
{
border-color: #355F62;
}
</style>