Shades of Oracle #295B5C
Tints of Oracle #295B5C
RGB
CMYK
RGB Variations
Color information
#295B5C (or 0x295B5C) is known color: Oracle. HEX triplet: 29, 5B and 5C. RGB value is (41,91,92). Sum of RGB (Red+Green+Blue) = 41+91+92=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #295B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B5C is #D6A4A3. Grayscale: #4C4C4C. Windows color (decimal): -14066852 or 6052649. OLE color: 6052649.
HSL color Cylindrical-coordinate representation of color #295B5C: hue angle of 181.18º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295B5C is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 91 | 92 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.64 |
| HSL | 181.18º | 0.38% | 0.26% | - |
| HSV(B) | 181.18º | 0.55% | 0.36% | - |
| XYZ | 6.59 | 8.73 | 11.46 | - |
| YUV | 76.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 92 | 0.55 | 0.01 | 0 | 0.64 | 181.18 | 0.38 | 0.26 |
| Hex | 29 | 5B | 5C | 37 | 1 | 0 | 40 | B5 | 26 | 1A |
| Octal | 51 | 133 | 134 | 67 | 1 | 0 | 100 | 265 | 46 | 32 |
| Binary | 101001 | 1011011 | 1011100 | 110111 | 1 | 0 | 1000000 | 10110101 | 100110 | 11010 |
Color Harmonies of #295B5C
Complementary color
Monochromatic Colors of #295B5C
Black with #295B5C
Text Example
Text Example
White with #295B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295B5C; }
p { color: rgb(41,91,92); }
H1.HeaderClassName
{
color: #295B5C;
}
.AnyTagClassName
{
color: #295B5C;
}
</style>
background-color css
<style>
a { background-color: #295B5C; }
a { background-color: rgb(41,91,92); }
div.DivClassName
{
background-color: #295B5C;
}
.BgClassName
{
background-color: #295B5C;
}
</style>
border-color css
<style>
span { border-color: #295B5C; }
span { border-color: rgb(41,91,92); }
td.TdClassName
{
border-color: #295B5C;
}
.TagClassName
{
border-color: #295B5C;
}
</style>