Shades of Oracle #3C5454
Tints of Oracle #3C5454
RGB
CMYK
RGB Variations
Color information
#3C5454 (or 0x3C5454) is known color: Oracle. HEX triplet: 3C, 54 and 54. RGB value is (60,84,84). Sum of RGB (Red+Green+Blue) = 60+84+84=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #3C5454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5454 is #C3ABAB. Grayscale: #4C4C4C. Windows color (decimal): -12823468 or 5526588. OLE color: 5526588.
HSL color Cylindrical-coordinate representation of color #3C5454: hue angle of 180º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C5454 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 84 | - |
| CMYK | 0.29 | 0 | 0 | 0.67 |
| HSL | 180º | 0.17% | 0.28% | - |
| HSV(B) | 180º | 0.29% | 0.33% | - |
| XYZ | 6.63 | 7.94 | 9.57 | - |
| YUV | 76.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 84 | 0.29 | 0 | 0 | 0.67 | 180 | 0.17 | 0.28 |
| Hex | 3C | 54 | 54 | 1D | 0 | 0 | 43 | B4 | 11 | 1C |
| Octal | 74 | 124 | 124 | 35 | 0 | 0 | 103 | 264 | 21 | 34 |
| Binary | 111100 | 1010100 | 1010100 | 11101 | 0 | 0 | 1000011 | 10110100 | 10001 | 11100 |
Color Harmonies of #3C5454
Complementary color
Monochromatic Colors of #3C5454
Black with #3C5454
Text Example
Text Example
White with #3C5454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5454; }
p { color: rgb(60,84,84); }
H1.HeaderClassName
{
color: #3C5454;
}
.AnyTagClassName
{
color: #3C5454;
}
</style>
background-color css
<style>
a { background-color: #3C5454; }
a { background-color: rgb(60,84,84); }
div.DivClassName
{
background-color: #3C5454;
}
.BgClassName
{
background-color: #3C5454;
}
</style>
border-color css
<style>
span { border-color: #3C5454; }
span { border-color: rgb(60,84,84); }
td.TdClassName
{
border-color: #3C5454;
}
.TagClassName
{
border-color: #3C5454;
}
</style>