Shades of Orient #295A76
Tints of Orient #295A76
RGB
CMYK
RGB Variations
Color information
#295A76 (or 0x295A76) is known color: Orient. HEX triplet: 29, 5A and 76. RGB value is (41,90,118). Sum of RGB (Red+Green+Blue) = 41+90+118=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #295A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A76 is #D6A589. Grayscale: #4E4E4E. Windows color (decimal): -14067082 or 7756329. OLE color: 7756329.
HSL color Cylindrical-coordinate representation of color #295A76: hue angle of 201.82º 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 #295A76 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 90 | 118 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.54 |
| HSL | 201.82º | 0.48% | 0.31% | - |
| HSV(B) | 201.82º | 0.65% | 0.46% | - |
| XYZ | 7.84 | 9.09 | 18.48 | - |
| YUV | 78.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 118 | 0.65 | 0.24 | 0 | 0.54 | 201.82 | 0.48 | 0.31 |
| Hex | 29 | 5A | 76 | 41 | 18 | 0 | 36 | CA | 30 | 1F |
| Octal | 51 | 132 | 166 | 101 | 30 | 0 | 66 | 312 | 60 | 37 |
| Binary | 101001 | 1011010 | 1110110 | 1000001 | 11000 | 0 | 110110 | 11001010 | 110000 | 11111 |
Color Harmonies of #295A76
Complementary color
Monochromatic Colors of #295A76
Black with #295A76
Text Example
Text Example
White with #295A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A76; }
p { color: rgb(41,90,118); }
H1.HeaderClassName
{
color: #295A76;
}
.AnyTagClassName
{
color: #295A76;
}
</style>
background-color css
<style>
a { background-color: #295A76; }
a { background-color: rgb(41,90,118); }
div.DivClassName
{
background-color: #295A76;
}
.BgClassName
{
background-color: #295A76;
}
</style>
border-color css
<style>
span { border-color: #295A76; }
span { border-color: rgb(41,90,118); }
td.TdClassName
{
border-color: #295A76;
}
.TagClassName
{
border-color: #295A76;
}
</style>