Shades of Oracle #375357
Tints of Oracle #375357
RGB
CMYK
RGB Variations
Color information
#375357 (or 0x375357) is known color: Oracle. HEX triplet: 37, 53 and 57. RGB value is (55,83,87). Sum of RGB (Red+Green+Blue) = 55+83+87=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #375357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375357 is #C8ACA8. Grayscale: #4B4B4B. Windows color (decimal): -13151401 or 5722935. OLE color: 5722935.
HSL color Cylindrical-coordinate representation of color #375357: hue angle of 187.5º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #375357 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 83 | 87 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.66 |
| HSL | 187.5º | 0.23% | 0.28% | - |
| HSV(B) | 187.5º | 0.37% | 0.34% | - |
| XYZ | 6.39 | 7.69 | 10.16 | - |
| YUV | 75.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 87 | 0.37 | 0.05 | 0 | 0.66 | 187.5 | 0.23 | 0.28 |
| Hex | 37 | 53 | 57 | 25 | 5 | 0 | 42 | BC | 17 | 1C |
| Octal | 67 | 123 | 127 | 45 | 5 | 0 | 102 | 274 | 27 | 34 |
| Binary | 110111 | 1010011 | 1010111 | 100101 | 101 | 0 | 1000010 | 10111100 | 10111 | 11100 |
Color Harmonies of #375357
Complementary color
Monochromatic Colors of #375357
Black with #375357
Text Example
Text Example
White with #375357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375357; }
p { color: rgb(55,83,87); }
H1.HeaderClassName
{
color: #375357;
}
.AnyTagClassName
{
color: #375357;
}
</style>
background-color css
<style>
a { background-color: #375357; }
a { background-color: rgb(55,83,87); }
div.DivClassName
{
background-color: #375357;
}
.BgClassName
{
background-color: #375357;
}
</style>
border-color css
<style>
span { border-color: #375357; }
span { border-color: rgb(55,83,87); }
td.TdClassName
{
border-color: #375357;
}
.TagClassName
{
border-color: #375357;
}
</style>