Shades of Oracle #375F63
Tints of Oracle #375F63
RGB
CMYK
RGB Variations
Color information
#375F63 (or 0x375F63) is known color: Oracle. HEX triplet: 37, 5F and 63. RGB value is (55,95,99). Sum of RGB (Red+Green+Blue) = 55+95+99=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #375F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F63 is #C8A09C. Grayscale: #535353. Windows color (decimal): -13148317 or 6512439. OLE color: 6512439.
HSL color Cylindrical-coordinate representation of color #375F63: hue angle of 185.45º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375F63 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 95 | 99 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.61 |
| HSL | 185.45º | 0.29% | 0.3% | - |
| HSV(B) | 185.45º | 0.44% | 0.39% | - |
| XYZ | 7.92 | 9.9 | 13.3 | - |
| YUV | 83.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 99 | 0.44 | 0.04 | 0 | 0.61 | 185.45 | 0.29 | 0.3 |
| Hex | 37 | 5F | 63 | 2C | 4 | 0 | 3D | B9 | 1D | 1E |
| Octal | 67 | 137 | 143 | 54 | 4 | 0 | 75 | 271 | 35 | 36 |
| Binary | 110111 | 1011111 | 1100011 | 101100 | 100 | 0 | 111101 | 10111001 | 11101 | 11110 |
Color Harmonies of #375F63
Complementary color
Monochromatic Colors of #375F63
Black with #375F63
Text Example
Text Example
White with #375F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F63; }
p { color: rgb(55,95,99); }
H1.HeaderClassName
{
color: #375F63;
}
.AnyTagClassName
{
color: #375F63;
}
</style>
background-color css
<style>
a { background-color: #375F63; }
a { background-color: rgb(55,95,99); }
div.DivClassName
{
background-color: #375F63;
}
.BgClassName
{
background-color: #375F63;
}
</style>
border-color css
<style>
span { border-color: #375F63; }
span { border-color: rgb(55,95,99); }
td.TdClassName
{
border-color: #375F63;
}
.TagClassName
{
border-color: #375F63;
}
</style>