Shades of Oracle #375E5A
Tints of Oracle #375E5A
RGB
CMYK
RGB Variations
Color information
#375E5A (or 0x375E5A) is known color: Oracle. HEX triplet: 37, 5E and 5A. RGB value is (55,94,90). Sum of RGB (Red+Green+Blue) = 55+94+90=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 94 - color contains mainly: green. Hex color #375E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E5A is #C8A1A5. Grayscale: #515151. Windows color (decimal): -13148582 or 5922359. OLE color: 5922359.
HSL color Cylindrical-coordinate representation of color #375E5A: hue angle of 173.85º 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 #375E5A is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 94 | 90 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.63 |
| HSL | 173.85º | 0.26% | 0.29% | - |
| HSV(B) | 173.85º | 0.41% | 0.37% | - |
| XYZ | 7.42 | 9.56 | 11.13 | - |
| YUV | 81.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 90 | 0.41 | 0 | 0.04 | 0.63 | 173.85 | 0.26 | 0.29 |
| Hex | 37 | 5E | 5A | 29 | 0 | 4 | 3F | AE | 1A | 1D |
| Octal | 67 | 136 | 132 | 51 | 0 | 4 | 77 | 256 | 32 | 35 |
| Binary | 110111 | 1011110 | 1011010 | 101001 | 0 | 100 | 111111 | 10101110 | 11010 | 11101 |
Color Harmonies of #375E5A
Complementary color
Monochromatic Colors of #375E5A
Black with #375E5A
Text Example
Text Example
White with #375E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E5A; }
p { color: rgb(55,94,90); }
H1.HeaderClassName
{
color: #375E5A;
}
.AnyTagClassName
{
color: #375E5A;
}
</style>
background-color css
<style>
a { background-color: #375E5A; }
a { background-color: rgb(55,94,90); }
div.DivClassName
{
background-color: #375E5A;
}
.BgClassName
{
background-color: #375E5A;
}
</style>
border-color css
<style>
span { border-color: #375E5A; }
span { border-color: rgb(55,94,90); }
td.TdClassName
{
border-color: #375E5A;
}
.TagClassName
{
border-color: #375E5A;
}
</style>