Shades of Orient #295D75
Tints of Orient #295D75
RGB
CMYK
RGB Variations
Color information
#295D75 (or 0x295D75) is known color: Orient. HEX triplet: 29, 5D and 75. RGB value is (41,93,117). Sum of RGB (Red+Green+Blue) = 41+93+117=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #295D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D75 is #D6A28A. Grayscale: #505050. Windows color (decimal): -14066315 or 7691561. OLE color: 7691561.
HSL color Cylindrical-coordinate representation of color #295D75: hue angle of 198.95º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #295D75 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 93 | 117 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.54 |
| HSL | 198.95º | 0.48% | 0.31% | - |
| HSV(B) | 198.95º | 0.65% | 0.46% | - |
| XYZ | 8.04 | 9.58 | 18.26 | - |
| YUV | 80.19 | 148.77 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 117 | 0.65 | 0.21 | 0 | 0.54 | 198.95 | 0.48 | 0.31 |
| Hex | 29 | 5D | 75 | 41 | 15 | 0 | 36 | C7 | 30 | 1F |
| Octal | 51 | 135 | 165 | 101 | 25 | 0 | 66 | 307 | 60 | 37 |
| Binary | 101001 | 1011101 | 1110101 | 1000001 | 10101 | 0 | 110110 | 11000111 | 110000 | 11111 |
Color Harmonies of #295D75
Complementary color
Monochromatic Colors of #295D75
Black with #295D75
Text Example
Text Example
White with #295D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D75; }
p { color: rgb(41,93,117); }
H1.HeaderClassName
{
color: #295D75;
}
.AnyTagClassName
{
color: #295D75;
}
</style>
background-color css
<style>
a { background-color: #295D75; }
a { background-color: rgb(41,93,117); }
div.DivClassName
{
background-color: #295D75;
}
.BgClassName
{
background-color: #295D75;
}
</style>
border-color css
<style>
span { border-color: #295D75; }
span { border-color: rgb(41,93,117); }
td.TdClassName
{
border-color: #295D75;
}
.TagClassName
{
border-color: #295D75;
}
</style>