Shades of Oracle #335358
Tints of Oracle #335358
RGB
CMYK
RGB Variations
Color information
#335358 (or 0x335358) is known color: Oracle. HEX triplet: 33, 53 and 58. RGB value is (51,83,88). Sum of RGB (Red+Green+Blue) = 51+83+88=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #335358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335358 is #CCACA7. Grayscale: #494949. Windows color (decimal): -13413544 or 5788467. OLE color: 5788467.
HSL color Cylindrical-coordinate representation of color #335358: hue angle of 188.11º 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 #335358 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 83 | 88 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.65 |
| HSL | 188.11º | 0.27% | 0.27% | - |
| HSV(B) | 188.11º | 0.42% | 0.35% | - |
| XYZ | 6.22 | 7.59 | 10.37 | - |
| YUV | 74 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 88 | 0.42 | 0.06 | 0 | 0.65 | 188.11 | 0.27 | 0.27 |
| Hex | 33 | 53 | 58 | 2A | 6 | 0 | 41 | BC | 1B | 1B |
| Octal | 63 | 123 | 130 | 52 | 6 | 0 | 101 | 274 | 33 | 33 |
| Binary | 110011 | 1010011 | 1011000 | 101010 | 110 | 0 | 1000001 | 10111100 | 11011 | 11011 |
Color Harmonies of #335358
Complementary color
Monochromatic Colors of #335358
Black with #335358
Text Example
Text Example
White with #335358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335358; }
p { color: rgb(51,83,88); }
H1.HeaderClassName
{
color: #335358;
}
.AnyTagClassName
{
color: #335358;
}
</style>
background-color css
<style>
a { background-color: #335358; }
a { background-color: rgb(51,83,88); }
div.DivClassName
{
background-color: #335358;
}
.BgClassName
{
background-color: #335358;
}
</style>
border-color css
<style>
span { border-color: #335358; }
span { border-color: rgb(51,83,88); }
td.TdClassName
{
border-color: #335358;
}
.TagClassName
{
border-color: #335358;
}
</style>