Shades of Oracle #2F575B
Tints of Oracle #2F575B
RGB
CMYK
RGB Variations
Color information
#2F575B (or 0x2F575B) is known color: Oracle. HEX triplet: 2F, 57 and 5B. RGB value is (47,87,91). Sum of RGB (Red+Green+Blue) = 47+87+91=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F575B is #D0A8A4. Grayscale: #4B4B4B. Windows color (decimal): -13674661 or 5986095. OLE color: 5986095.
HSL color Cylindrical-coordinate representation of color #2F575B: hue angle of 185.45º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F575B is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 87 | 91 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.64 |
| HSL | 185.45º | 0.32% | 0.27% | - |
| HSV(B) | 185.45º | 0.48% | 0.36% | - |
| XYZ | 6.47 | 8.18 | 11.13 | - |
| YUV | 75.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 91 | 0.48 | 0.04 | 0 | 0.64 | 185.45 | 0.32 | 0.27 |
| Hex | 2F | 57 | 5B | 30 | 4 | 0 | 40 | B9 | 20 | 1B |
| Octal | 57 | 127 | 133 | 60 | 4 | 0 | 100 | 271 | 40 | 33 |
| Binary | 101111 | 1010111 | 1011011 | 110000 | 100 | 0 | 1000000 | 10111001 | 100000 | 11011 |
Color Harmonies of #2F575B
Complementary color
Monochromatic Colors of #2F575B
Black with #2F575B
Text Example
Text Example
White with #2F575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F575B; }
p { color: rgb(47,87,91); }
H1.HeaderClassName
{
color: #2F575B;
}
.AnyTagClassName
{
color: #2F575B;
}
</style>
background-color css
<style>
a { background-color: #2F575B; }
a { background-color: rgb(47,87,91); }
div.DivClassName
{
background-color: #2F575B;
}
.BgClassName
{
background-color: #2F575B;
}
</style>
border-color css
<style>
span { border-color: #2F575B; }
span { border-color: rgb(47,87,91); }
td.TdClassName
{
border-color: #2F575B;
}
.TagClassName
{
border-color: #2F575B;
}
</style>