Shades of Oracle #2B5D60
Tints of Oracle #2B5D60
RGB
CMYK
RGB Variations
Color information
#2B5D60 (or 0x2B5D60) is known color: Oracle. HEX triplet: 2B, 5D and 60. RGB value is (43,93,96). Sum of RGB (Red+Green+Blue) = 43+93+96=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 93 (36.72% from 255 or 40.09% 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 #2B5D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5D60 is #D4A29F. Grayscale: #4E4E4E. Windows color (decimal): -13935264 or 6315307. OLE color: 6315307.
HSL color Cylindrical-coordinate representation of color #2B5D60: hue angle of 183.4º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5D60 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 93 | 96 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.62 |
| HSL | 183.4º | 0.38% | 0.27% | - |
| HSV(B) | 183.4º | 0.55% | 0.38% | - |
| XYZ | 7.02 | 9.19 | 12.47 | - |
| YUV | 78.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 93 | 96 | 0.55 | 0.03 | 0 | 0.62 | 183.4 | 0.38 | 0.27 |
| Hex | 2B | 5D | 60 | 37 | 3 | 0 | 3E | B7 | 26 | 1B |
| Octal | 53 | 135 | 140 | 67 | 3 | 0 | 76 | 267 | 46 | 33 |
| Binary | 101011 | 1011101 | 1100000 | 110111 | 11 | 0 | 111110 | 10110111 | 100110 | 11011 |
Color Harmonies of #2B5D60
Complementary color
Monochromatic Colors of #2B5D60
Black with #2B5D60
Text Example
Text Example
White with #2B5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D60; }
p { color: rgb(43,93,96); }
H1.HeaderClassName
{
color: #2B5D60;
}
.AnyTagClassName
{
color: #2B5D60;
}
</style>
background-color css
<style>
a { background-color: #2B5D60; }
a { background-color: rgb(43,93,96); }
div.DivClassName
{
background-color: #2B5D60;
}
.BgClassName
{
background-color: #2B5D60;
}
</style>
border-color css
<style>
span { border-color: #2B5D60; }
span { border-color: rgb(43,93,96); }
td.TdClassName
{
border-color: #2B5D60;
}
.TagClassName
{
border-color: #2B5D60;
}
</style>