Shades of Oracle #375352
Tints of Oracle #375352
RGB
CMYK
RGB Variations
Color information
#375352 (or 0x375352) is known color: Oracle. HEX triplet: 37, 53 and 52. RGB value is (55,83,82). Sum of RGB (Red+Green+Blue) = 55+83+82=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #375352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375352 is #C8ACAD. Grayscale: #4A4A4A. Windows color (decimal): -13151406 or 5395255. OLE color: 5395255.
HSL color Cylindrical-coordinate representation of color #375352: hue angle of 177.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #375352 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 83 | 82 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.67 |
| HSL | 177.86º | 0.2% | 0.27% | - |
| HSV(B) | 177.86º | 0.34% | 0.33% | - |
| XYZ | 6.19 | 7.61 | 9.12 | - |
| YUV | 74.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 82 | 0.34 | 0 | 0.01 | 0.67 | 177.86 | 0.2 | 0.27 |
| Hex | 37 | 53 | 52 | 22 | 0 | 1 | 43 | B2 | 14 | 1B |
| Octal | 67 | 123 | 122 | 42 | 0 | 1 | 103 | 262 | 24 | 33 |
| Binary | 110111 | 1010011 | 1010010 | 100010 | 0 | 1 | 1000011 | 10110010 | 10100 | 11011 |
Color Harmonies of #375352
Complementary color
Monochromatic Colors of #375352
Black with #375352
Text Example
Text Example
White with #375352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375352; }
p { color: rgb(55,83,82); }
H1.HeaderClassName
{
color: #375352;
}
.AnyTagClassName
{
color: #375352;
}
</style>
background-color css
<style>
a { background-color: #375352; }
a { background-color: rgb(55,83,82); }
div.DivClassName
{
background-color: #375352;
}
.BgClassName
{
background-color: #375352;
}
</style>
border-color css
<style>
span { border-color: #375352; }
span { border-color: rgb(55,83,82); }
td.TdClassName
{
border-color: #375352;
}
.TagClassName
{
border-color: #375352;
}
</style>