Shades of Oracle #2D5960
Tints of Oracle #2D5960
RGB
CMYK
RGB Variations
Color information
#2D5960 (or 0x2D5960) is known color: Oracle. HEX triplet: 2D, 59 and 60. RGB value is (45,89,96). Sum of RGB (Red+Green+Blue) = 45+89+96=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D5960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5960 is #D2A69F. Grayscale: #4C4C4C. Windows color (decimal): -13805216 or 6314285. OLE color: 6314285.
HSL color Cylindrical-coordinate representation of color #2D5960: hue angle of 188.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5960 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 89 | 96 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.62 |
| HSL | 188.24º | 0.36% | 0.28% | - |
| HSV(B) | 188.24º | 0.53% | 0.38% | - |
| XYZ | 6.77 | 8.55 | 12.36 | - |
| YUV | 76.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 96 | 0.53 | 0.07 | 0 | 0.62 | 188.24 | 0.36 | 0.28 |
| Hex | 2D | 59 | 60 | 35 | 7 | 0 | 3E | BC | 24 | 1C |
| Octal | 55 | 131 | 140 | 65 | 7 | 0 | 76 | 274 | 44 | 34 |
| Binary | 101101 | 1011001 | 1100000 | 110101 | 111 | 0 | 111110 | 10111100 | 100100 | 11100 |
Color Harmonies of #2D5960
Complementary color
Monochromatic Colors of #2D5960
Black with #2D5960
Text Example
Text Example
White with #2D5960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5960; }
p { color: rgb(45,89,96); }
H1.HeaderClassName
{
color: #2D5960;
}
.AnyTagClassName
{
color: #2D5960;
}
</style>
background-color css
<style>
a { background-color: #2D5960; }
a { background-color: rgb(45,89,96); }
div.DivClassName
{
background-color: #2D5960;
}
.BgClassName
{
background-color: #2D5960;
}
</style>
border-color css
<style>
span { border-color: #2D5960; }
span { border-color: rgb(45,89,96); }
td.TdClassName
{
border-color: #2D5960;
}
.TagClassName
{
border-color: #2D5960;
}
</style>