Shades of Oracle #2C5F62
Tints of Oracle #2C5F62
RGB
CMYK
RGB Variations
Color information
#2C5F62 (or 0x2C5F62) is known color: Oracle. HEX triplet: 2C, 5F and 62. RGB value is (44,95,98). Sum of RGB (Red+Green+Blue) = 44+95+98=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C5F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5F62 is #D3A09D. Grayscale: #505050. Windows color (decimal): -13869214 or 6446892. OLE color: 6446892.
HSL color Cylindrical-coordinate representation of color #2C5F62: hue angle of 183.33º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C5F62 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 95 | 98 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.62 |
| HSL | 183.33º | 0.38% | 0.28% | - |
| HSV(B) | 183.33º | 0.55% | 0.38% | - |
| XYZ | 7.34 | 9.6 | 13.02 | - |
| YUV | 80.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 95 | 98 | 0.55 | 0.03 | 0 | 0.62 | 183.33 | 0.38 | 0.28 |
| Hex | 2C | 5F | 62 | 37 | 3 | 0 | 3E | B7 | 26 | 1C |
| Octal | 54 | 137 | 142 | 67 | 3 | 0 | 76 | 267 | 46 | 34 |
| Binary | 101100 | 1011111 | 1100010 | 110111 | 11 | 0 | 111110 | 10110111 | 100110 | 11100 |
Color Harmonies of #2C5F62
Complementary color
Monochromatic Colors of #2C5F62
Black with #2C5F62
Text Example
Text Example
White with #2C5F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5F62; }
p { color: rgb(44,95,98); }
H1.HeaderClassName
{
color: #2C5F62;
}
.AnyTagClassName
{
color: #2C5F62;
}
</style>
background-color css
<style>
a { background-color: #2C5F62; }
a { background-color: rgb(44,95,98); }
div.DivClassName
{
background-color: #2C5F62;
}
.BgClassName
{
background-color: #2C5F62;
}
</style>
border-color css
<style>
span { border-color: #2C5F62; }
span { border-color: rgb(44,95,98); }
td.TdClassName
{
border-color: #2C5F62;
}
.TagClassName
{
border-color: #2C5F62;
}
</style>