Shades of Oracle #335A5C
Tints of Oracle #335A5C
RGB
CMYK
RGB Variations
Color information
#335A5C (or 0x335A5C) is known color: Oracle. HEX triplet: 33, 5A and 5C. RGB value is (51,90,92). Sum of RGB (Red+Green+Blue) = 51+90+92=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #335A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A5C is #CCA5A3. Grayscale: #4E4E4E. Windows color (decimal): -13411748 or 6052403. OLE color: 6052403.
HSL color Cylindrical-coordinate representation of color #335A5C: hue angle of 182.93º 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 #335A5C is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 90 | 92 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.64 |
| HSL | 182.93º | 0.29% | 0.28% | - |
| HSV(B) | 182.93º | 0.45% | 0.36% | - |
| XYZ | 6.95 | 8.79 | 11.46 | - |
| YUV | 78.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 92 | 0.45 | 0.02 | 0 | 0.64 | 182.93 | 0.29 | 0.28 |
| Hex | 33 | 5A | 5C | 2D | 2 | 0 | 40 | B7 | 1D | 1C |
| Octal | 63 | 132 | 134 | 55 | 2 | 0 | 100 | 267 | 35 | 34 |
| Binary | 110011 | 1011010 | 1011100 | 101101 | 10 | 0 | 1000000 | 10110111 | 11101 | 11100 |
Color Harmonies of #335A5C
Complementary color
Monochromatic Colors of #335A5C
Black with #335A5C
Text Example
Text Example
White with #335A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335A5C; }
p { color: rgb(51,90,92); }
H1.HeaderClassName
{
color: #335A5C;
}
.AnyTagClassName
{
color: #335A5C;
}
</style>
background-color css
<style>
a { background-color: #335A5C; }
a { background-color: rgb(51,90,92); }
div.DivClassName
{
background-color: #335A5C;
}
.BgClassName
{
background-color: #335A5C;
}
</style>
border-color css
<style>
span { border-color: #335A5C; }
span { border-color: rgb(51,90,92); }
td.TdClassName
{
border-color: #335A5C;
}
.TagClassName
{
border-color: #335A5C;
}
</style>