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