Shades of Oracle #2D565D
Tints of Oracle #2D565D
RGB
CMYK
RGB Variations
Color information
#2D565D (or 0x2D565D) is known color: Oracle. HEX triplet: 2D, 56 and 5D. RGB value is (45,86,93). Sum of RGB (Red+Green+Blue) = 45+86+93=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D565D is #D2A9A2. Grayscale: #4A4A4A. Windows color (decimal): -13805987 or 6116909. OLE color: 6116909.
HSL color Cylindrical-coordinate representation of color #2D565D: hue angle of 188.75º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D565D is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 86 | 93 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.64 |
| HSL | 188.75º | 0.35% | 0.27% | - |
| HSV(B) | 188.75º | 0.52% | 0.36% | - |
| XYZ | 6.39 | 8 | 11.56 | - |
| YUV | 74.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 93 | 0.52 | 0.08 | 0 | 0.64 | 188.75 | 0.35 | 0.27 |
| Hex | 2D | 56 | 5D | 34 | 8 | 0 | 40 | BD | 23 | 1B |
| Octal | 55 | 126 | 135 | 64 | 10 | 0 | 100 | 275 | 43 | 33 |
| Binary | 101101 | 1010110 | 1011101 | 110100 | 1000 | 0 | 1000000 | 10111101 | 100011 | 11011 |
Color Harmonies of #2D565D
Complementary color
Monochromatic Colors of #2D565D
Black with #2D565D
Text Example
Text Example
White with #2D565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D565D; }
p { color: rgb(45,86,93); }
H1.HeaderClassName
{
color: #2D565D;
}
.AnyTagClassName
{
color: #2D565D;
}
</style>
background-color css
<style>
a { background-color: #2D565D; }
a { background-color: rgb(45,86,93); }
div.DivClassName
{
background-color: #2D565D;
}
.BgClassName
{
background-color: #2D565D;
}
</style>
border-color css
<style>
span { border-color: #2D565D; }
span { border-color: rgb(45,86,93); }
td.TdClassName
{
border-color: #2D565D;
}
.TagClassName
{
border-color: #2D565D;
}
</style>