Shades of Oracle #2D5B5C
Tints of Oracle #2D5B5C
RGB
CMYK
RGB Variations
Color information
#2D5B5C (or 0x2D5B5C) is known color: Oracle. HEX triplet: 2D, 5B and 5C. RGB value is (45,91,92). Sum of RGB (Red+Green+Blue) = 45+91+92=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D5B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5B5C is #D2A4A3. Grayscale: #4D4D4D. Windows color (decimal): -13804708 or 6052653. OLE color: 6052653.
HSL color Cylindrical-coordinate representation of color #2D5B5C: hue angle of 181.28º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D5B5C is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 91 | 92 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.64 |
| HSL | 181.28º | 0.34% | 0.27% | - |
| HSV(B) | 181.28º | 0.51% | 0.36% | - |
| XYZ | 6.76 | 8.81 | 11.47 | - |
| YUV | 77.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 92 | 0.51 | 0.01 | 0 | 0.64 | 181.28 | 0.34 | 0.27 |
| Hex | 2D | 5B | 5C | 33 | 1 | 0 | 40 | B5 | 22 | 1B |
| Octal | 55 | 133 | 134 | 63 | 1 | 0 | 100 | 265 | 42 | 33 |
| Binary | 101101 | 1011011 | 1011100 | 110011 | 1 | 0 | 1000000 | 10110101 | 100010 | 11011 |
Color Harmonies of #2D5B5C
Complementary color
Monochromatic Colors of #2D5B5C
Black with #2D5B5C
Text Example
Text Example
White with #2D5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5B5C; }
p { color: rgb(45,91,92); }
H1.HeaderClassName
{
color: #2D5B5C;
}
.AnyTagClassName
{
color: #2D5B5C;
}
</style>
background-color css
<style>
a { background-color: #2D5B5C; }
a { background-color: rgb(45,91,92); }
div.DivClassName
{
background-color: #2D5B5C;
}
.BgClassName
{
background-color: #2D5B5C;
}
</style>
border-color css
<style>
span { border-color: #2D5B5C; }
span { border-color: rgb(45,91,92); }
td.TdClassName
{
border-color: #2D5B5C;
}
.TagClassName
{
border-color: #2D5B5C;
}
</style>