Shades of Oracle #335558
Tints of Oracle #335558
RGB
CMYK
RGB Variations
Color information
#335558 (or 0x335558) is known color: Oracle. HEX triplet: 33, 55 and 58. RGB value is (51,85,88). Sum of RGB (Red+Green+Blue) = 51+85+88=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #335558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335558 is #CCAAA7. Grayscale: #4B4B4B. Windows color (decimal): -13413032 or 5788979. OLE color: 5788979.
HSL color Cylindrical-coordinate representation of color #335558: hue angle of 184.86º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #335558 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 85 | 88 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.65 |
| HSL | 184.86º | 0.27% | 0.27% | - |
| HSV(B) | 184.86º | 0.42% | 0.35% | - |
| XYZ | 6.38 | 7.91 | 10.42 | - |
| YUV | 75.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 88 | 0.42 | 0.03 | 0 | 0.65 | 184.86 | 0.27 | 0.27 |
| Hex | 33 | 55 | 58 | 2A | 3 | 0 | 41 | B9 | 1B | 1B |
| Octal | 63 | 125 | 130 | 52 | 3 | 0 | 101 | 271 | 33 | 33 |
| Binary | 110011 | 1010101 | 1011000 | 101010 | 11 | 0 | 1000001 | 10111001 | 11011 | 11011 |
Color Harmonies of #335558
Complementary color
Monochromatic Colors of #335558
Black with #335558
Text Example
Text Example
White with #335558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335558; }
p { color: rgb(51,85,88); }
H1.HeaderClassName
{
color: #335558;
}
.AnyTagClassName
{
color: #335558;
}
</style>
background-color css
<style>
a { background-color: #335558; }
a { background-color: rgb(51,85,88); }
div.DivClassName
{
background-color: #335558;
}
.BgClassName
{
background-color: #335558;
}
</style>
border-color css
<style>
span { border-color: #335558; }
span { border-color: rgb(51,85,88); }
td.TdClassName
{
border-color: #335558;
}
.TagClassName
{
border-color: #335558;
}
</style>