Shades of Oracle #2C5C60
Tints of Oracle #2C5C60
RGB
CMYK
RGB Variations
Color information
#2C5C60 (or 0x2C5C60) is known color: Oracle. HEX triplet: 2C, 5C and 60. RGB value is (44,92,96). Sum of RGB (Red+Green+Blue) = 44+92+96=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C5C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5C60 is #D3A39F. Grayscale: #4E4E4E. Windows color (decimal): -13869984 or 6315052. OLE color: 6315052.
HSL color Cylindrical-coordinate representation of color #2C5C60: hue angle of 184.62º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C5C60 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 92 | 96 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.62 |
| HSL | 184.62º | 0.37% | 0.27% | - |
| HSV(B) | 184.62º | 0.54% | 0.38% | - |
| XYZ | 6.98 | 9.03 | 12.44 | - |
| YUV | 78.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 92 | 96 | 0.54 | 0.04 | 0 | 0.62 | 184.62 | 0.37 | 0.27 |
| Hex | 2C | 5C | 60 | 36 | 4 | 0 | 3E | B9 | 25 | 1B |
| Octal | 54 | 134 | 140 | 66 | 4 | 0 | 76 | 271 | 45 | 33 |
| Binary | 101100 | 1011100 | 1100000 | 110110 | 100 | 0 | 111110 | 10111001 | 100101 | 11011 |
Color Harmonies of #2C5C60
Complementary color
Monochromatic Colors of #2C5C60
Black with #2C5C60
Text Example
Text Example
White with #2C5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5C60; }
p { color: rgb(44,92,96); }
H1.HeaderClassName
{
color: #2C5C60;
}
.AnyTagClassName
{
color: #2C5C60;
}
</style>
background-color css
<style>
a { background-color: #2C5C60; }
a { background-color: rgb(44,92,96); }
div.DivClassName
{
background-color: #2C5C60;
}
.BgClassName
{
background-color: #2C5C60;
}
</style>
border-color css
<style>
span { border-color: #2C5C60; }
span { border-color: rgb(44,92,96); }
td.TdClassName
{
border-color: #2C5C60;
}
.TagClassName
{
border-color: #2C5C60;
}
</style>