Shades of Oracle #355F63
Tints of Oracle #355F63
RGB
CMYK
RGB Variations
Color information
#355F63 (or 0x355F63) is known color: Oracle. HEX triplet: 35, 5F and 63. RGB value is (53,95,99). Sum of RGB (Red+Green+Blue) = 53+95+99=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #355F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F63 is #CAA09C. Grayscale: #525252. Windows color (decimal): -13279389 or 6512437. OLE color: 6512437.
HSL color Cylindrical-coordinate representation of color #355F63: hue angle of 185.22º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355F63 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 95 | 99 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.61 |
| HSL | 185.22º | 0.3% | 0.3% | - |
| HSV(B) | 185.22º | 0.46% | 0.39% | - |
| XYZ | 7.81 | 9.84 | 13.29 | - |
| YUV | 82.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 99 | 0.46 | 0.04 | 0 | 0.61 | 185.22 | 0.3 | 0.3 |
| Hex | 35 | 5F | 63 | 2E | 4 | 0 | 3D | B9 | 1E | 1E |
| Octal | 65 | 137 | 143 | 56 | 4 | 0 | 75 | 271 | 36 | 36 |
| Binary | 110101 | 1011111 | 1100011 | 101110 | 100 | 0 | 111101 | 10111001 | 11110 | 11110 |
Color Harmonies of #355F63
Complementary color
Monochromatic Colors of #355F63
Black with #355F63
Text Example
Text Example
White with #355F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F63; }
p { color: rgb(53,95,99); }
H1.HeaderClassName
{
color: #355F63;
}
.AnyTagClassName
{
color: #355F63;
}
</style>
background-color css
<style>
a { background-color: #355F63; }
a { background-color: rgb(53,95,99); }
div.DivClassName
{
background-color: #355F63;
}
.BgClassName
{
background-color: #355F63;
}
</style>
border-color css
<style>
span { border-color: #355F63; }
span { border-color: rgb(53,95,99); }
td.TdClassName
{
border-color: #355F63;
}
.TagClassName
{
border-color: #355F63;
}
</style>