Shades of Oracle #335D60
Tints of Oracle #335D60
RGB
CMYK
RGB Variations
Color information
#335D60 (or 0x335D60) is known color: Oracle. HEX triplet: 33, 5D and 60. RGB value is (51,93,96). Sum of RGB (Red+Green+Blue) = 51+93+96=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #335D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D60 is #CCA29F. Grayscale: #505050. Windows color (decimal): -13410976 or 6315315. OLE color: 6315315.
HSL color Cylindrical-coordinate representation of color #335D60: hue angle of 184º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #335D60 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 93 | 96 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.62 |
| HSL | 184º | 0.31% | 0.29% | - |
| HSV(B) | 184º | 0.47% | 0.38% | - |
| XYZ | 7.39 | 9.38 | 12.49 | - |
| YUV | 80.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 96 | 0.47 | 0.03 | 0 | 0.62 | 184 | 0.31 | 0.29 |
| Hex | 33 | 5D | 60 | 2F | 3 | 0 | 3E | B8 | 1F | 1D |
| Octal | 63 | 135 | 140 | 57 | 3 | 0 | 76 | 270 | 37 | 35 |
| Binary | 110011 | 1011101 | 1100000 | 101111 | 11 | 0 | 111110 | 10111000 | 11111 | 11101 |
Color Harmonies of #335D60
Complementary color
Monochromatic Colors of #335D60
Black with #335D60
Text Example
Text Example
White with #335D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D60; }
p { color: rgb(51,93,96); }
H1.HeaderClassName
{
color: #335D60;
}
.AnyTagClassName
{
color: #335D60;
}
</style>
background-color css
<style>
a { background-color: #335D60; }
a { background-color: rgb(51,93,96); }
div.DivClassName
{
background-color: #335D60;
}
.BgClassName
{
background-color: #335D60;
}
</style>
border-color css
<style>
span { border-color: #335D60; }
span { border-color: rgb(51,93,96); }
td.TdClassName
{
border-color: #335D60;
}
.TagClassName
{
border-color: #335D60;
}
</style>