Shades of Oracle #2B5D5D
Tints of Oracle #2B5D5D
RGB
CMYK
RGB Variations
Color information
#2B5D5D (or 0x2B5D5D) is known color: Oracle. HEX triplet: 2B, 5D and 5D. RGB value is (43,93,93). Sum of RGB (Red+Green+Blue) = 43+93+93=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #2B5D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5D5D is #D4A2A2. Grayscale: #4E4E4E. Windows color (decimal): -13935267 or 6118699. OLE color: 6118699.
HSL color Cylindrical-coordinate representation of color #2B5D5D: hue angle of 180º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5D5D is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 43 | 93 | 93 | - |
CMYK | 0.54 | 0 | 0 | 0.64 |
HSL | 180º | 0.37% | 0.27% | - |
HSV(B) | 180º | 0.54% | 0.36% | - |
XYZ | 6.89 | 9.13 | 11.76 | - |
YUV | 78.05 | 136.44 | 103 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 93 | 93 | 0.54 | 0 | 0 | 0.64 | 180 | 0.37 | 0.27 |
Hex | 2B | 5D | 5D | 36 | 0 | 0 | 40 | B4 | 25 | 1B |
Octal | 53 | 135 | 135 | 66 | 0 | 0 | 100 | 264 | 45 | 33 |
Binary | 101011 | 1011101 | 1011101 | 110110 | 0 | 0 | 1000000 | 10110100 | 100101 | 11011 |
Color Harmonies of #2B5D5D
Complementary color
Monochromatic Colors of #2B5D5D
Black with #2B5D5D
Text Example
Text Example
White with #2B5D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D5D; }
p { color: rgb(43,93,93); }
H1.HeaderClassName
{
color: #2B5D5D;
}
.AnyTagClassName
{
color: #2B5D5D;
}
</style>
background-color css
<style>
a { background-color: #2B5D5D; }
a { background-color: rgb(43,93,93); }
div.DivClassName
{
background-color: #2B5D5D;
}
.BgClassName
{
background-color: #2B5D5D;
}
</style>
border-color css
<style>
span { border-color: #2B5D5D; }
span { border-color: rgb(43,93,93); }
td.TdClassName
{
border-color: #2B5D5D;
}
.TagClassName
{
border-color: #2B5D5D;
}
</style>