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