Shades of Oracle #2F5558
Tints of Oracle #2F5558
RGB
CMYK
RGB Variations
Color information
#2F5558 (or 0x2F5558) is known color: Oracle. HEX triplet: 2F, 55 and 58. RGB value is (47,85,88). Sum of RGB (Red+Green+Blue) = 47+85+88=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F5558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5558 is #D0AAA7. Grayscale: #494949. Windows color (decimal): -13675176 or 5788975. OLE color: 5788975.
HSL color Cylindrical-coordinate representation of color #2F5558: hue angle of 184.39º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5558 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 85 | 88 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.65 |
| HSL | 184.39º | 0.3% | 0.26% | - |
| HSV(B) | 184.39º | 0.47% | 0.35% | - |
| XYZ | 6.18 | 7.81 | 10.41 | - |
| YUV | 73.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 88 | 0.47 | 0.03 | 0 | 0.65 | 184.39 | 0.3 | 0.26 |
| Hex | 2F | 55 | 58 | 2F | 3 | 0 | 41 | B8 | 1E | 1A |
| Octal | 57 | 125 | 130 | 57 | 3 | 0 | 101 | 270 | 36 | 32 |
| Binary | 101111 | 1010101 | 1011000 | 101111 | 11 | 0 | 1000001 | 10111000 | 11110 | 11010 |
Color Harmonies of #2F5558
Complementary color
Monochromatic Colors of #2F5558
Black with #2F5558
Text Example
Text Example
White with #2F5558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5558; }
p { color: rgb(47,85,88); }
H1.HeaderClassName
{
color: #2F5558;
}
.AnyTagClassName
{
color: #2F5558;
}
</style>
background-color css
<style>
a { background-color: #2F5558; }
a { background-color: rgb(47,85,88); }
div.DivClassName
{
background-color: #2F5558;
}
.BgClassName
{
background-color: #2F5558;
}
</style>
border-color css
<style>
span { border-color: #2F5558; }
span { border-color: rgb(47,85,88); }
td.TdClassName
{
border-color: #2F5558;
}
.TagClassName
{
border-color: #2F5558;
}
</style>