Shades of Oracle #375454
Tints of Oracle #375454
RGB
CMYK
RGB Variations
Color information
#375454 (or 0x375454) is known color: Oracle. HEX triplet: 37, 54 and 54. RGB value is (55,84,84). Sum of RGB (Red+Green+Blue) = 55+84+84=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #375454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375454 is #C8ABAB. Grayscale: #4B4B4B. Windows color (decimal): -13151148 or 5526583. OLE color: 5526583.
HSL color Cylindrical-coordinate representation of color #375454: hue angle of 180º 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 #375454 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 84 | 84 | - |
| CMYK | 0.35 | 0 | 0 | 0.67 |
| HSL | 180º | 0.21% | 0.27% | - |
| HSV(B) | 180º | 0.35% | 0.33% | - |
| XYZ | 6.35 | 7.79 | 9.56 | - |
| YUV | 75.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 84 | 0.35 | 0 | 0 | 0.67 | 180 | 0.21 | 0.27 |
| Hex | 37 | 54 | 54 | 23 | 0 | 0 | 43 | B4 | 15 | 1B |
| Octal | 67 | 124 | 124 | 43 | 0 | 0 | 103 | 264 | 25 | 33 |
| Binary | 110111 | 1010100 | 1010100 | 100011 | 0 | 0 | 1000011 | 10110100 | 10101 | 11011 |
Color Harmonies of #375454
Complementary color
Monochromatic Colors of #375454
Black with #375454
Text Example
Text Example
White with #375454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375454; }
p { color: rgb(55,84,84); }
H1.HeaderClassName
{
color: #375454;
}
.AnyTagClassName
{
color: #375454;
}
</style>
background-color css
<style>
a { background-color: #375454; }
a { background-color: rgb(55,84,84); }
div.DivClassName
{
background-color: #375454;
}
.BgClassName
{
background-color: #375454;
}
</style>
border-color css
<style>
span { border-color: #375454; }
span { border-color: rgb(55,84,84); }
td.TdClassName
{
border-color: #375454;
}
.TagClassName
{
border-color: #375454;
}
</style>