Shades of Oracle #375355
Tints of Oracle #375355
RGB
CMYK
RGB Variations
Color information
#375355 (or 0x375355) is known color: Oracle. HEX triplet: 37, 53 and 55. RGB value is (55,83,85). Sum of RGB (Red+Green+Blue) = 55+83+85=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #375355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375355 is #C8ACAA. Grayscale: #4A4A4A. Windows color (decimal): -13151403 or 5591863. OLE color: 5591863.
HSL color Cylindrical-coordinate representation of color #375355: hue angle of 184º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375355 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 83 | 85 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.67 |
| HSL | 184º | 0.21% | 0.27% | - |
| HSV(B) | 184º | 0.35% | 0.33% | - |
| XYZ | 6.31 | 7.65 | 9.74 | - |
| YUV | 74.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 85 | 0.35 | 0.02 | 0 | 0.67 | 184 | 0.21 | 0.27 |
| Hex | 37 | 53 | 55 | 23 | 2 | 0 | 43 | B8 | 15 | 1B |
| Octal | 67 | 123 | 125 | 43 | 2 | 0 | 103 | 270 | 25 | 33 |
| Binary | 110111 | 1010011 | 1010101 | 100011 | 10 | 0 | 1000011 | 10111000 | 10101 | 11011 |
Color Harmonies of #375355
Complementary color
Monochromatic Colors of #375355
Black with #375355
Text Example
Text Example
White with #375355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375355; }
p { color: rgb(55,83,85); }
H1.HeaderClassName
{
color: #375355;
}
.AnyTagClassName
{
color: #375355;
}
</style>
background-color css
<style>
a { background-color: #375355; }
a { background-color: rgb(55,83,85); }
div.DivClassName
{
background-color: #375355;
}
.BgClassName
{
background-color: #375355;
}
</style>
border-color css
<style>
span { border-color: #375355; }
span { border-color: rgb(55,83,85); }
td.TdClassName
{
border-color: #375355;
}
.TagClassName
{
border-color: #375355;
}
</style>