Shades of Oracle #335B5D
Tints of Oracle #335B5D
RGB
CMYK
RGB Variations
Color information
#335B5D (or 0x335B5D) is known color: Oracle. HEX triplet: 33, 5B and 5D. RGB value is (51,91,93). Sum of RGB (Red+Green+Blue) = 51+91+93=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #335B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B5D is #CCA4A2. Grayscale: #4F4F4F. Windows color (decimal): -13411491 or 6118195. OLE color: 6118195.
HSL color Cylindrical-coordinate representation of color #335B5D: hue angle of 182.86º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335B5D is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 91 | 93 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.64 |
| HSL | 182.86º | 0.29% | 0.28% | - |
| HSV(B) | 182.86º | 0.45% | 0.36% | - |
| XYZ | 7.08 | 8.98 | 11.72 | - |
| YUV | 79.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 93 | 0.45 | 0.02 | 0 | 0.64 | 182.86 | 0.29 | 0.28 |
| Hex | 33 | 5B | 5D | 2D | 2 | 0 | 40 | B7 | 1D | 1C |
| Octal | 63 | 133 | 135 | 55 | 2 | 0 | 100 | 267 | 35 | 34 |
| Binary | 110011 | 1011011 | 1011101 | 101101 | 10 | 0 | 1000000 | 10110111 | 11101 | 11100 |
Color Harmonies of #335B5D
Complementary color
Monochromatic Colors of #335B5D
Black with #335B5D
Text Example
Text Example
White with #335B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335B5D; }
p { color: rgb(51,91,93); }
H1.HeaderClassName
{
color: #335B5D;
}
.AnyTagClassName
{
color: #335B5D;
}
</style>
background-color css
<style>
a { background-color: #335B5D; }
a { background-color: rgb(51,91,93); }
div.DivClassName
{
background-color: #335B5D;
}
.BgClassName
{
background-color: #335B5D;
}
</style>
border-color css
<style>
span { border-color: #335B5D; }
span { border-color: rgb(51,91,93); }
td.TdClassName
{
border-color: #335B5D;
}
.TagClassName
{
border-color: #335B5D;
}
</style>