Shades of Oracle #375E5C
Tints of Oracle #375E5C
RGB
CMYK
RGB Variations
Color information
#375E5C (or 0x375E5C) is known color: Oracle. HEX triplet: 37, 5E and 5C. RGB value is (55,94,92). Sum of RGB (Red+Green+Blue) = 55+94+92=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #375E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E5C is #C8A1A3. Grayscale: #525252. Windows color (decimal): -13148580 or 6053431. OLE color: 6053431.
HSL color Cylindrical-coordinate representation of color #375E5C: hue angle of 176.92º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375E5C is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 94 | 92 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.63 |
| HSL | 176.92º | 0.26% | 0.29% | - |
| HSV(B) | 176.92º | 0.41% | 0.37% | - |
| XYZ | 7.51 | 9.59 | 11.58 | - |
| YUV | 82.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 92 | 0.41 | 0 | 0.02 | 0.63 | 176.92 | 0.26 | 0.29 |
| Hex | 37 | 5E | 5C | 29 | 0 | 2 | 3F | B1 | 1A | 1D |
| Octal | 67 | 136 | 134 | 51 | 0 | 2 | 77 | 261 | 32 | 35 |
| Binary | 110111 | 1011110 | 1011100 | 101001 | 0 | 10 | 111111 | 10110001 | 11010 | 11101 |
Color Harmonies of #375E5C
Complementary color
Monochromatic Colors of #375E5C
Black with #375E5C
Text Example
Text Example
White with #375E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E5C; }
p { color: rgb(55,94,92); }
H1.HeaderClassName
{
color: #375E5C;
}
.AnyTagClassName
{
color: #375E5C;
}
</style>
background-color css
<style>
a { background-color: #375E5C; }
a { background-color: rgb(55,94,92); }
div.DivClassName
{
background-color: #375E5C;
}
.BgClassName
{
background-color: #375E5C;
}
</style>
border-color css
<style>
span { border-color: #375E5C; }
span { border-color: rgb(55,94,92); }
td.TdClassName
{
border-color: #375E5C;
}
.TagClassName
{
border-color: #375E5C;
}
</style>