Shades of Oracle #375555
Tints of Oracle #375555
RGB
CMYK
RGB Variations
Color information
#375555 (or 0x375555) is known color: Oracle. HEX triplet: 37, 55 and 55. RGB value is (55,85,85). Sum of RGB (Red+Green+Blue) = 55+85+85=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #375555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375555 is #C8AAAA. Grayscale: #4C4C4C. Windows color (decimal): -13150891 or 5592375. OLE color: 5592375.
HSL color Cylindrical-coordinate representation of color #375555: hue angle of 180º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375555 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 85 | 85 | - |
| CMYK | 0.35 | 0 | 0 | 0.67 |
| HSL | 180º | 0.21% | 0.27% | - |
| HSV(B) | 180º | 0.35% | 0.33% | - |
| XYZ | 6.46 | 7.97 | 9.79 | - |
| YUV | 76.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 85 | 0.35 | 0 | 0 | 0.67 | 180 | 0.21 | 0.27 |
| Hex | 37 | 55 | 55 | 23 | 0 | 0 | 43 | B4 | 15 | 1B |
| Octal | 67 | 125 | 125 | 43 | 0 | 0 | 103 | 264 | 25 | 33 |
| Binary | 110111 | 1010101 | 1010101 | 100011 | 0 | 0 | 1000011 | 10110100 | 10101 | 11011 |
Color Harmonies of #375555
Complementary color
Monochromatic Colors of #375555
Black with #375555
Text Example
Text Example
White with #375555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375555; }
p { color: rgb(55,85,85); }
H1.HeaderClassName
{
color: #375555;
}
.AnyTagClassName
{
color: #375555;
}
</style>
background-color css
<style>
a { background-color: #375555; }
a { background-color: rgb(55,85,85); }
div.DivClassName
{
background-color: #375555;
}
.BgClassName
{
background-color: #375555;
}
</style>
border-color css
<style>
span { border-color: #375555; }
span { border-color: rgb(55,85,85); }
td.TdClassName
{
border-color: #375555;
}
.TagClassName
{
border-color: #375555;
}
</style>