Shades of Oracle #295B5D
Tints of Oracle #295B5D
RGB
CMYK
RGB Variations
Color information
#295B5D (or 0x295B5D) is known color: Oracle. HEX triplet: 29, 5B and 5D. RGB value is (41,91,93). Sum of RGB (Red+Green+Blue) = 41+91+93=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #295B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B5D is #D6A4A2. Grayscale: #4C4C4C. Windows color (decimal): -14066851 or 6118185. OLE color: 6118185.
HSL color Cylindrical-coordinate representation of color #295B5D: hue angle of 182.31º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295B5D is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 91 | 93 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.64 |
| HSL | 182.31º | 0.39% | 0.26% | - |
| HSV(B) | 182.31º | 0.56% | 0.36% | - |
| XYZ | 6.63 | 8.74 | 11.69 | - |
| YUV | 76.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 93 | 0.56 | 0.02 | 0 | 0.64 | 182.31 | 0.39 | 0.26 |
| Hex | 29 | 5B | 5D | 38 | 2 | 0 | 40 | B6 | 27 | 1A |
| Octal | 51 | 133 | 135 | 70 | 2 | 0 | 100 | 266 | 47 | 32 |
| Binary | 101001 | 1011011 | 1011101 | 111000 | 10 | 0 | 1000000 | 10110110 | 100111 | 11010 |
Color Harmonies of #295B5D
Complementary color
Monochromatic Colors of #295B5D
Black with #295B5D
Text Example
Text Example
White with #295B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295B5D; }
p { color: rgb(41,91,93); }
H1.HeaderClassName
{
color: #295B5D;
}
.AnyTagClassName
{
color: #295B5D;
}
</style>
background-color css
<style>
a { background-color: #295B5D; }
a { background-color: rgb(41,91,93); }
div.DivClassName
{
background-color: #295B5D;
}
.BgClassName
{
background-color: #295B5D;
}
</style>
border-color css
<style>
span { border-color: #295B5D; }
span { border-color: rgb(41,91,93); }
td.TdClassName
{
border-color: #295B5D;
}
.TagClassName
{
border-color: #295B5D;
}
</style>