Shades of Oracle #335E63
Tints of Oracle #335E63
RGB
CMYK
RGB Variations
Color information
#335E63 (or 0x335E63) is known color: Oracle. HEX triplet: 33, 5E and 63. RGB value is (51,94,99). Sum of RGB (Red+Green+Blue) = 51+94+99=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #335E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E63 is #CCA19C. Grayscale: #515151. Windows color (decimal): -13410717 or 6512179. OLE color: 6512179.
HSL color Cylindrical-coordinate representation of color #335E63: hue angle of 186.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #335E63 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 94 | 99 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.61 |
| HSL | 186.25º | 0.32% | 0.29% | - |
| HSV(B) | 186.25º | 0.48% | 0.39% | - |
| XYZ | 7.62 | 9.61 | 13.26 | - |
| YUV | 81.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 99 | 0.48 | 0.05 | 0 | 0.61 | 186.25 | 0.32 | 0.29 |
| Hex | 33 | 5E | 63 | 30 | 5 | 0 | 3D | BA | 20 | 1D |
| Octal | 63 | 136 | 143 | 60 | 5 | 0 | 75 | 272 | 40 | 35 |
| Binary | 110011 | 1011110 | 1100011 | 110000 | 101 | 0 | 111101 | 10111010 | 100000 | 11101 |
Color Harmonies of #335E63
Complementary color
Monochromatic Colors of #335E63
Black with #335E63
Text Example
Text Example
White with #335E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E63; }
p { color: rgb(51,94,99); }
H1.HeaderClassName
{
color: #335E63;
}
.AnyTagClassName
{
color: #335E63;
}
</style>
background-color css
<style>
a { background-color: #335E63; }
a { background-color: rgb(51,94,99); }
div.DivClassName
{
background-color: #335E63;
}
.BgClassName
{
background-color: #335E63;
}
</style>
border-color css
<style>
span { border-color: #335E63; }
span { border-color: rgb(51,94,99); }
td.TdClassName
{
border-color: #335E63;
}
.TagClassName
{
border-color: #335E63;
}
</style>