Shades of Oracle #375D60
Tints of Oracle #375D60
RGB
CMYK
RGB Variations
Color information
#375D60 (or 0x375D60) is known color: Oracle. HEX triplet: 37, 5D and 60. RGB value is (55,93,96). Sum of RGB (Red+Green+Blue) = 55+93+96=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #375D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D60 is #C8A29F. Grayscale: #515151. Windows color (decimal): -13148832 or 6315319. OLE color: 6315319.
HSL color Cylindrical-coordinate representation of color #375D60: hue angle of 184.39º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #375D60 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 93 | 96 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.62 |
| HSL | 184.39º | 0.27% | 0.3% | - |
| HSV(B) | 184.39º | 0.43% | 0.38% | - |
| XYZ | 7.6 | 9.49 | 12.5 | - |
| YUV | 81.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 96 | 0.43 | 0.03 | 0 | 0.62 | 184.39 | 0.27 | 0.3 |
| Hex | 37 | 5D | 60 | 2B | 3 | 0 | 3E | B8 | 1B | 1E |
| Octal | 67 | 135 | 140 | 53 | 3 | 0 | 76 | 270 | 33 | 36 |
| Binary | 110111 | 1011101 | 1100000 | 101011 | 11 | 0 | 111110 | 10111000 | 11011 | 11110 |
Color Harmonies of #375D60
Complementary color
Monochromatic Colors of #375D60
Black with #375D60
Text Example
Text Example
White with #375D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D60; }
p { color: rgb(55,93,96); }
H1.HeaderClassName
{
color: #375D60;
}
.AnyTagClassName
{
color: #375D60;
}
</style>
background-color css
<style>
a { background-color: #375D60; }
a { background-color: rgb(55,93,96); }
div.DivClassName
{
background-color: #375D60;
}
.BgClassName
{
background-color: #375D60;
}
</style>
border-color css
<style>
span { border-color: #375D60; }
span { border-color: rgb(55,93,96); }
td.TdClassName
{
border-color: #375D60;
}
.TagClassName
{
border-color: #375D60;
}
</style>