Shades of Oracle #375254
Tints of Oracle #375254
RGB
CMYK
RGB Variations
Color information
#375254 (or 0x375254) is known color: Oracle. HEX triplet: 37, 52 and 54. RGB value is (55,82,84). Sum of RGB (Red+Green+Blue) = 55+82+84=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #375254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375254 is #C8ADAB. Grayscale: #4A4A4A. Windows color (decimal): -13151660 or 5526071. OLE color: 5526071.
HSL color Cylindrical-coordinate representation of color #375254: hue angle of 184.14º 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 #375254 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 82 | 84 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.67 |
| HSL | 184.14º | 0.21% | 0.27% | - |
| HSV(B) | 184.14º | 0.35% | 0.33% | - |
| XYZ | 6.19 | 7.49 | 9.51 | - |
| YUV | 74.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 84 | 0.35 | 0.02 | 0 | 0.67 | 184.14 | 0.21 | 0.27 |
| Hex | 37 | 52 | 54 | 23 | 2 | 0 | 43 | B8 | 15 | 1B |
| Octal | 67 | 122 | 124 | 43 | 2 | 0 | 103 | 270 | 25 | 33 |
| Binary | 110111 | 1010010 | 1010100 | 100011 | 10 | 0 | 1000011 | 10111000 | 10101 | 11011 |
Color Harmonies of #375254
Complementary color
Monochromatic Colors of #375254
Black with #375254
Text Example
Text Example
White with #375254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375254; }
p { color: rgb(55,82,84); }
H1.HeaderClassName
{
color: #375254;
}
.AnyTagClassName
{
color: #375254;
}
</style>
background-color css
<style>
a { background-color: #375254; }
a { background-color: rgb(55,82,84); }
div.DivClassName
{
background-color: #375254;
}
.BgClassName
{
background-color: #375254;
}
</style>
border-color css
<style>
span { border-color: #375254; }
span { border-color: rgb(55,82,84); }
td.TdClassName
{
border-color: #375254;
}
.TagClassName
{
border-color: #375254;
}
</style>