Shades of Oracle #295C60
Tints of Oracle #295C60
RGB
CMYK
RGB Variations
Color information
#295C60 (or 0x295C60) is known color: Oracle. HEX triplet: 29, 5C and 60. RGB value is (41,92,96). Sum of RGB (Red+Green+Blue) = 41+92+96=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #295C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C60 is #D6A39F. Grayscale: #4D4D4D. Windows color (decimal): -14066592 or 6315049. OLE color: 6315049.
HSL color Cylindrical-coordinate representation of color #295C60: hue angle of 184.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295C60 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 92 | 96 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.62 |
| HSL | 184.36º | 0.4% | 0.27% | - |
| HSV(B) | 184.36º | 0.57% | 0.38% | - |
| XYZ | 6.85 | 8.97 | 12.44 | - |
| YUV | 77.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 96 | 0.57 | 0.04 | 0 | 0.62 | 184.36 | 0.4 | 0.27 |
| Hex | 29 | 5C | 60 | 39 | 4 | 0 | 3E | B8 | 28 | 1B |
| Octal | 51 | 134 | 140 | 71 | 4 | 0 | 76 | 270 | 50 | 33 |
| Binary | 101001 | 1011100 | 1100000 | 111001 | 100 | 0 | 111110 | 10111000 | 101000 | 11011 |
Color Harmonies of #295C60
Complementary color
Monochromatic Colors of #295C60
Black with #295C60
Text Example
Text Example
White with #295C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C60; }
p { color: rgb(41,92,96); }
H1.HeaderClassName
{
color: #295C60;
}
.AnyTagClassName
{
color: #295C60;
}
</style>
background-color css
<style>
a { background-color: #295C60; }
a { background-color: rgb(41,92,96); }
div.DivClassName
{
background-color: #295C60;
}
.BgClassName
{
background-color: #295C60;
}
</style>
border-color css
<style>
span { border-color: #295C60; }
span { border-color: rgb(41,92,96); }
td.TdClassName
{
border-color: #295C60;
}
.TagClassName
{
border-color: #295C60;
}
</style>