Shades of Oracle #375354
Tints of Oracle #375354
RGB
CMYK
RGB Variations
Color information
#375354 (or 0x375354) is known color: Oracle. HEX triplet: 37, 53 and 54. RGB value is (55,83,84). Sum of RGB (Red+Green+Blue) = 55+83+84=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #375354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375354 is #C8ACAB. Grayscale: #4A4A4A. Windows color (decimal): -13151404 or 5526327. OLE color: 5526327.
HSL color Cylindrical-coordinate representation of color #375354: hue angle of 182.07º 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 #375354 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 83 | 84 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.67 |
| HSL | 182.07º | 0.21% | 0.27% | - |
| HSV(B) | 182.07º | 0.35% | 0.33% | - |
| XYZ | 6.27 | 7.64 | 9.53 | - |
| YUV | 74.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 84 | 0.35 | 0.01 | 0 | 0.67 | 182.07 | 0.21 | 0.27 |
| Hex | 37 | 53 | 54 | 23 | 1 | 0 | 43 | B6 | 15 | 1B |
| Octal | 67 | 123 | 124 | 43 | 1 | 0 | 103 | 266 | 25 | 33 |
| Binary | 110111 | 1010011 | 1010100 | 100011 | 1 | 0 | 1000011 | 10110110 | 10101 | 11011 |
Color Harmonies of #375354
Complementary color
Monochromatic Colors of #375354
Black with #375354
Text Example
Text Example
White with #375354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375354; }
p { color: rgb(55,83,84); }
H1.HeaderClassName
{
color: #375354;
}
.AnyTagClassName
{
color: #375354;
}
</style>
background-color css
<style>
a { background-color: #375354; }
a { background-color: rgb(55,83,84); }
div.DivClassName
{
background-color: #375354;
}
.BgClassName
{
background-color: #375354;
}
</style>
border-color css
<style>
span { border-color: #375354; }
span { border-color: rgb(55,83,84); }
td.TdClassName
{
border-color: #375354;
}
.TagClassName
{
border-color: #375354;
}
</style>