Shades of Orient #295C7A
Tints of Orient #295C7A
RGB
CMYK
RGB Variations
Color information
#295C7A (or 0x295C7A) is known color: Orient. HEX triplet: 29, 5C and 7A. RGB value is (41,92,122). Sum of RGB (Red+Green+Blue) = 41+92+122=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #295C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C7A is #D6A385. Grayscale: #505050. Windows color (decimal): -14066566 or 8018985. OLE color: 8018985.
HSL color Cylindrical-coordinate representation of color #295C7A: hue angle of 202.22º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #295C7A is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 92 | 122 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.52 |
| HSL | 202.22º | 0.5% | 0.32% | - |
| HSV(B) | 202.22º | 0.66% | 0.48% | - |
| XYZ | 8.25 | 9.53 | 19.82 | - |
| YUV | 80.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 122 | 0.66 | 0.25 | 0 | 0.52 | 202.22 | 0.5 | 0.32 |
| Hex | 29 | 5C | 7A | 42 | 19 | 0 | 34 | CA | 32 | 20 |
| Octal | 51 | 134 | 172 | 102 | 31 | 0 | 64 | 312 | 62 | 40 |
| Binary | 101001 | 1011100 | 1111010 | 1000010 | 11001 | 0 | 110100 | 11001010 | 110010 | 100000 |
Color Harmonies of #295C7A
Complementary color
Monochromatic Colors of #295C7A
Black with #295C7A
Text Example
Text Example
White with #295C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C7A; }
p { color: rgb(41,92,122); }
H1.HeaderClassName
{
color: #295C7A;
}
.AnyTagClassName
{
color: #295C7A;
}
</style>
background-color css
<style>
a { background-color: #295C7A; }
a { background-color: rgb(41,92,122); }
div.DivClassName
{
background-color: #295C7A;
}
.BgClassName
{
background-color: #295C7A;
}
</style>
border-color css
<style>
span { border-color: #295C7A; }
span { border-color: rgb(41,92,122); }
td.TdClassName
{
border-color: #295C7A;
}
.TagClassName
{
border-color: #295C7A;
}
</style>