Shades of Oracle #2F5E5C
Tints of Oracle #2F5E5C
RGB
CMYK
RGB Variations
Color information
#2F5E5C (or 0x2F5E5C) is known color: Oracle. HEX triplet: 2F, 5E and 5C. RGB value is (47,94,92). Sum of RGB (Red+Green+Blue) = 47+94+92=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 94 - color contains mainly: green. Hex color #2F5E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5E5C is #D0A1A3. Grayscale: #4F4F4F. Windows color (decimal): -13672868 or 6053423. OLE color: 6053423.
HSL color Cylindrical-coordinate representation of color #2F5E5C: hue angle of 177.45º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F5E5C is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 94 | 92 | - |
| CMYK | 0.5 | 0 | 0.02 | 0.63 |
| HSL | 177.45º | 0.33% | 0.28% | - |
| HSV(B) | 177.45º | 0.5% | 0.37% | - |
| XYZ | 7.11 | 9.38 | 11.56 | - |
| YUV | 79.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 94 | 92 | 0.5 | 0 | 0.02 | 0.63 | 177.45 | 0.33 | 0.28 |
| Hex | 2F | 5E | 5C | 32 | 0 | 2 | 3F | B1 | 21 | 1C |
| Octal | 57 | 136 | 134 | 62 | 0 | 2 | 77 | 261 | 41 | 34 |
| Binary | 101111 | 1011110 | 1011100 | 110010 | 0 | 10 | 111111 | 10110001 | 100001 | 11100 |
Color Harmonies of #2F5E5C
Complementary color
Monochromatic Colors of #2F5E5C
Black with #2F5E5C
Text Example
Text Example
White with #2F5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5E5C; }
p { color: rgb(47,94,92); }
H1.HeaderClassName
{
color: #2F5E5C;
}
.AnyTagClassName
{
color: #2F5E5C;
}
</style>
background-color css
<style>
a { background-color: #2F5E5C; }
a { background-color: rgb(47,94,92); }
div.DivClassName
{
background-color: #2F5E5C;
}
.BgClassName
{
background-color: #2F5E5C;
}
</style>
border-color css
<style>
span { border-color: #2F5E5C; }
span { border-color: rgb(47,94,92); }
td.TdClassName
{
border-color: #2F5E5C;
}
.TagClassName
{
border-color: #2F5E5C;
}
</style>