Shades of Orient #295E7C
Tints of Orient #295E7C
RGB
CMYK
RGB Variations
Color information
#295E7C (or 0x295E7C) is known color: Orient. HEX triplet: 29, 5E and 7C. RGB value is (41,94,124). Sum of RGB (Red+Green+Blue) = 41+94+124=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #295E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E7C is #D6A183. Grayscale: #515151. Windows color (decimal): -14066052 or 8150569. OLE color: 8150569.
HSL color Cylindrical-coordinate representation of color #295E7C: hue angle of 201.69º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #295E7C is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 94 | 124 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.51 |
| HSL | 201.69º | 0.5% | 0.32% | - |
| HSV(B) | 201.69º | 0.67% | 0.49% | - |
| XYZ | 8.56 | 9.93 | 20.53 | - |
| YUV | 81.57 | 151.94 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 124 | 0.67 | 0.24 | 0 | 0.51 | 201.69 | 0.5 | 0.32 |
| Hex | 29 | 5E | 7C | 43 | 18 | 0 | 33 | CA | 32 | 20 |
| Octal | 51 | 136 | 174 | 103 | 30 | 0 | 63 | 312 | 62 | 40 |
| Binary | 101001 | 1011110 | 1111100 | 1000011 | 11000 | 0 | 110011 | 11001010 | 110010 | 100000 |
Color Harmonies of #295E7C
Complementary color
Monochromatic Colors of #295E7C
Black with #295E7C
Text Example
Text Example
White with #295E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295E7C; }
p { color: rgb(41,94,124); }
H1.HeaderClassName
{
color: #295E7C;
}
.AnyTagClassName
{
color: #295E7C;
}
</style>
background-color css
<style>
a { background-color: #295E7C; }
a { background-color: rgb(41,94,124); }
div.DivClassName
{
background-color: #295E7C;
}
.BgClassName
{
background-color: #295E7C;
}
</style>
border-color css
<style>
span { border-color: #295E7C; }
span { border-color: rgb(41,94,124); }
td.TdClassName
{
border-color: #295E7C;
}
.TagClassName
{
border-color: #295E7C;
}
</style>