Shades of Oracle #355356
Tints of Oracle #355356
RGB
CMYK
RGB Variations
Color information
#355356 (or 0x355356) is known color: Oracle. HEX triplet: 35, 53 and 56. RGB value is (53,83,86). Sum of RGB (Red+Green+Blue) = 53+83+86=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #355356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355356 is #CAACA9. Grayscale: #4A4A4A. Windows color (decimal): -13282474 or 5657397. OLE color: 5657397.
HSL color Cylindrical-coordinate representation of color #355356: hue angle of 185.45º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355356 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 83 | 86 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.66 |
| HSL | 185.45º | 0.24% | 0.27% | - |
| HSV(B) | 185.45º | 0.38% | 0.34% | - |
| XYZ | 6.24 | 7.62 | 9.95 | - |
| YUV | 74.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 86 | 0.38 | 0.03 | 0 | 0.66 | 185.45 | 0.24 | 0.27 |
| Hex | 35 | 53 | 56 | 26 | 3 | 0 | 42 | B9 | 18 | 1B |
| Octal | 65 | 123 | 126 | 46 | 3 | 0 | 102 | 271 | 30 | 33 |
| Binary | 110101 | 1010011 | 1010110 | 100110 | 11 | 0 | 1000010 | 10111001 | 11000 | 11011 |
Color Harmonies of #355356
Complementary color
Monochromatic Colors of #355356
Black with #355356
Text Example
Text Example
White with #355356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355356; }
p { color: rgb(53,83,86); }
H1.HeaderClassName
{
color: #355356;
}
.AnyTagClassName
{
color: #355356;
}
</style>
background-color css
<style>
a { background-color: #355356; }
a { background-color: rgb(53,83,86); }
div.DivClassName
{
background-color: #355356;
}
.BgClassName
{
background-color: #355356;
}
</style>
border-color css
<style>
span { border-color: #355356; }
span { border-color: rgb(53,83,86); }
td.TdClassName
{
border-color: #355356;
}
.TagClassName
{
border-color: #355356;
}
</style>