Shades of Oracle #375F62
Tints of Oracle #375F62
RGB
CMYK
RGB Variations
Color information
#375F62 (or 0x375F62) is known color: Oracle. HEX triplet: 37, 5F and 62. RGB value is (55,95,98). Sum of RGB (Red+Green+Blue) = 55+95+98=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #375F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F62 is #C8A09D. Grayscale: #535353. Windows color (decimal): -13148318 or 6446903. OLE color: 6446903.
HSL color Cylindrical-coordinate representation of color #375F62: hue angle of 184.19º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375F62 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 95 | 98 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.62 |
| HSL | 184.19º | 0.28% | 0.3% | - |
| HSV(B) | 184.19º | 0.44% | 0.38% | - |
| XYZ | 7.87 | 9.88 | 13.05 | - |
| YUV | 83.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 98 | 0.44 | 0.03 | 0 | 0.62 | 184.19 | 0.28 | 0.3 |
| Hex | 37 | 5F | 62 | 2C | 3 | 0 | 3E | B8 | 1C | 1E |
| Octal | 67 | 137 | 142 | 54 | 3 | 0 | 76 | 270 | 34 | 36 |
| Binary | 110111 | 1011111 | 1100010 | 101100 | 11 | 0 | 111110 | 10111000 | 11100 | 11110 |
Color Harmonies of #375F62
Complementary color
Monochromatic Colors of #375F62
Black with #375F62
Text Example
Text Example
White with #375F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F62; }
p { color: rgb(55,95,98); }
H1.HeaderClassName
{
color: #375F62;
}
.AnyTagClassName
{
color: #375F62;
}
</style>
background-color css
<style>
a { background-color: #375F62; }
a { background-color: rgb(55,95,98); }
div.DivClassName
{
background-color: #375F62;
}
.BgClassName
{
background-color: #375F62;
}
</style>
border-color css
<style>
span { border-color: #375F62; }
span { border-color: rgb(55,95,98); }
td.TdClassName
{
border-color: #375F62;
}
.TagClassName
{
border-color: #375F62;
}
</style>