Shades of Oracle #2B5E5D
Tints of Oracle #2B5E5D
RGB
CMYK
RGB Variations
Color information
#2B5E5D (or 0x2B5E5D) is known color: Oracle. HEX triplet: 2B, 5E and 5D. RGB value is (43,94,93). Sum of RGB (Red+Green+Blue) = 43+94+93=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 94 - color contains mainly: green. Hex color #2B5E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5E5D is #D4A1A2. Grayscale: #4E4E4E. Windows color (decimal): -13935011 or 6118955. OLE color: 6118955.
HSL color Cylindrical-coordinate representation of color #2B5E5D: hue angle of 178.82º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5E5D is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 94 | 93 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.63 |
| HSL | 178.82º | 0.37% | 0.27% | - |
| HSV(B) | 178.82º | 0.54% | 0.37% | - |
| XYZ | 6.97 | 9.31 | 11.79 | - |
| YUV | 78.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 94 | 93 | 0.54 | 0 | 0.01 | 0.63 | 178.82 | 0.37 | 0.27 |
| Hex | 2B | 5E | 5D | 36 | 0 | 1 | 3F | B3 | 25 | 1B |
| Octal | 53 | 136 | 135 | 66 | 0 | 1 | 77 | 263 | 45 | 33 |
| Binary | 101011 | 1011110 | 1011101 | 110110 | 0 | 1 | 111111 | 10110011 | 100101 | 11011 |
Color Harmonies of #2B5E5D
Complementary color
Monochromatic Colors of #2B5E5D
Black with #2B5E5D
Text Example
Text Example
White with #2B5E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5E5D; }
p { color: rgb(43,94,93); }
H1.HeaderClassName
{
color: #2B5E5D;
}
.AnyTagClassName
{
color: #2B5E5D;
}
</style>
background-color css
<style>
a { background-color: #2B5E5D; }
a { background-color: rgb(43,94,93); }
div.DivClassName
{
background-color: #2B5E5D;
}
.BgClassName
{
background-color: #2B5E5D;
}
</style>
border-color css
<style>
span { border-color: #2B5E5D; }
span { border-color: rgb(43,94,93); }
td.TdClassName
{
border-color: #2B5E5D;
}
.TagClassName
{
border-color: #2B5E5D;
}
</style>