Shades of Oracle #2D6061
Tints of Oracle #2D6061
RGB
CMYK
RGB Variations
Color information
#2D6061 (or 0x2D6061) is known color: Oracle. HEX triplet: 2D, 60 and 61. RGB value is (45,96,97). Sum of RGB (Red+Green+Blue) = 45+96+97=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #2D6061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6061 is #D29F9E. Grayscale: #505050. Windows color (decimal): -13803423 or 6381613. OLE color: 6381613.
HSL color Cylindrical-coordinate representation of color #2D6061: hue angle of 181.15º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D6061 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 97 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.62 |
| HSL | 181.15º | 0.37% | 0.28% | - |
| HSV(B) | 181.15º | 0.54% | 0.38% | - |
| XYZ | 7.42 | 9.79 | 12.81 | - |
| YUV | 80.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 97 | 0.54 | 0.01 | 0 | 0.62 | 181.15 | 0.37 | 0.28 |
| Hex | 2D | 60 | 61 | 36 | 1 | 0 | 3E | B5 | 25 | 1C |
| Octal | 55 | 140 | 141 | 66 | 1 | 0 | 76 | 265 | 45 | 34 |
| Binary | 101101 | 1100000 | 1100001 | 110110 | 1 | 0 | 111110 | 10110101 | 100101 | 11100 |
Color Harmonies of #2D6061
Complementary color
Monochromatic Colors of #2D6061
Black with #2D6061
Text Example
Text Example
White with #2D6061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6061; }
p { color: rgb(45,96,97); }
H1.HeaderClassName
{
color: #2D6061;
}
.AnyTagClassName
{
color: #2D6061;
}
</style>
background-color css
<style>
a { background-color: #2D6061; }
a { background-color: rgb(45,96,97); }
div.DivClassName
{
background-color: #2D6061;
}
.BgClassName
{
background-color: #2D6061;
}
</style>
border-color css
<style>
span { border-color: #2D6061; }
span { border-color: rgb(45,96,97); }
td.TdClassName
{
border-color: #2D6061;
}
.TagClassName
{
border-color: #2D6061;
}
</style>