Shades of Oracle #375658
Tints of Oracle #375658
RGB
CMYK
RGB Variations
Color information
#375658 (or 0x375658) is known color: Oracle. HEX triplet: 37, 56 and 58. RGB value is (55,86,88). Sum of RGB (Red+Green+Blue) = 55+86+88=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #375658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375658 is #C8A9A7. Grayscale: #4C4C4C. Windows color (decimal): -13150632 or 5789239. OLE color: 5789239.
HSL color Cylindrical-coordinate representation of color #375658: hue angle of 183.64º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375658 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 86 | 88 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.65 |
| HSL | 183.64º | 0.23% | 0.28% | - |
| HSV(B) | 183.64º | 0.38% | 0.35% | - |
| XYZ | 6.66 | 8.17 | 10.46 | - |
| YUV | 76.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 88 | 0.38 | 0.02 | 0 | 0.65 | 183.64 | 0.23 | 0.28 |
| Hex | 37 | 56 | 58 | 26 | 2 | 0 | 41 | B8 | 17 | 1C |
| Octal | 67 | 126 | 130 | 46 | 2 | 0 | 101 | 270 | 27 | 34 |
| Binary | 110111 | 1010110 | 1011000 | 100110 | 10 | 0 | 1000001 | 10111000 | 10111 | 11100 |
Color Harmonies of #375658
Complementary color
Monochromatic Colors of #375658
Black with #375658
Text Example
Text Example
White with #375658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375658; }
p { color: rgb(55,86,88); }
H1.HeaderClassName
{
color: #375658;
}
.AnyTagClassName
{
color: #375658;
}
</style>
background-color css
<style>
a { background-color: #375658; }
a { background-color: rgb(55,86,88); }
div.DivClassName
{
background-color: #375658;
}
.BgClassName
{
background-color: #375658;
}
</style>
border-color css
<style>
span { border-color: #375658; }
span { border-color: rgb(55,86,88); }
td.TdClassName
{
border-color: #375658;
}
.TagClassName
{
border-color: #375658;
}
</style>