Shades of Orient #2A5E7A
Tints of Orient #2A5E7A
RGB
CMYK
RGB Variations
Color information
#2A5E7A (or 0x2A5E7A) is known color: Orient. HEX triplet: 2A, 5E and 7A. RGB value is (42,94,122). Sum of RGB (Red+Green+Blue) = 42+94+122=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A5E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5E7A is #D5A185. Grayscale: #515151. Windows color (decimal): -14000518 or 8019498. OLE color: 8019498.
HSL color Cylindrical-coordinate representation of color #2A5E7A: hue angle of 201º degrees, saturation: 0.49, 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 #2A5E7A is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 94 | 122 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.52 |
| HSL | 201º | 0.49% | 0.32% | - |
| HSV(B) | 201º | 0.66% | 0.48% | - |
| XYZ | 8.47 | 9.9 | 19.88 | - |
| YUV | 81.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 94 | 122 | 0.66 | 0.23 | 0 | 0.52 | 201 | 0.49 | 0.32 |
| Hex | 2A | 5E | 7A | 42 | 17 | 0 | 34 | C9 | 31 | 20 |
| Octal | 52 | 136 | 172 | 102 | 27 | 0 | 64 | 311 | 61 | 40 |
| Binary | 101010 | 1011110 | 1111010 | 1000010 | 10111 | 0 | 110100 | 11001001 | 110001 | 100000 |
Color Harmonies of #2A5E7A
Complementary color
Monochromatic Colors of #2A5E7A
Black with #2A5E7A
Text Example
Text Example
White with #2A5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5E7A; }
p { color: rgb(42,94,122); }
H1.HeaderClassName
{
color: #2A5E7A;
}
.AnyTagClassName
{
color: #2A5E7A;
}
</style>
background-color css
<style>
a { background-color: #2A5E7A; }
a { background-color: rgb(42,94,122); }
div.DivClassName
{
background-color: #2A5E7A;
}
.BgClassName
{
background-color: #2A5E7A;
}
</style>
border-color css
<style>
span { border-color: #2A5E7A; }
span { border-color: rgb(42,94,122); }
td.TdClassName
{
border-color: #2A5E7A;
}
.TagClassName
{
border-color: #2A5E7A;
}
</style>