Shades of Orient #295B7A
Tints of Orient #295B7A
RGB
CMYK
RGB Variations
Color information
#295B7A (or 0x295B7A) is known color: Orient. HEX triplet: 29, 5B and 7A. RGB value is (41,91,122). Sum of RGB (Red+Green+Blue) = 41+91+122=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #295B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B7A is #D6A485. Grayscale: #4F4F4F. Windows color (decimal): -14066822 or 8018729. OLE color: 8018729.
HSL color Cylindrical-coordinate representation of color #295B7A: hue angle of 202.96º 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 #295B7A is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 91 | 122 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.52 |
| HSL | 202.96º | 0.5% | 0.32% | - |
| HSV(B) | 202.96º | 0.66% | 0.48% | - |
| XYZ | 8.17 | 9.36 | 19.79 | - |
| YUV | 79.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 122 | 0.66 | 0.25 | 0 | 0.52 | 202.96 | 0.5 | 0.32 |
| Hex | 29 | 5B | 7A | 42 | 19 | 0 | 34 | CB | 32 | 20 |
| Octal | 51 | 133 | 172 | 102 | 31 | 0 | 64 | 313 | 62 | 40 |
| Binary | 101001 | 1011011 | 1111010 | 1000010 | 11001 | 0 | 110100 | 11001011 | 110010 | 100000 |
Color Harmonies of #295B7A
Complementary color
Monochromatic Colors of #295B7A
Black with #295B7A
Text Example
Text Example
White with #295B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295B7A; }
p { color: rgb(41,91,122); }
H1.HeaderClassName
{
color: #295B7A;
}
.AnyTagClassName
{
color: #295B7A;
}
</style>
background-color css
<style>
a { background-color: #295B7A; }
a { background-color: rgb(41,91,122); }
div.DivClassName
{
background-color: #295B7A;
}
.BgClassName
{
background-color: #295B7A;
}
</style>
border-color css
<style>
span { border-color: #295B7A; }
span { border-color: rgb(41,91,122); }
td.TdClassName
{
border-color: #295B7A;
}
.TagClassName
{
border-color: #295B7A;
}
</style>