Shades of Orient #2A5C7A
Tints of Orient #2A5C7A
RGB
CMYK
RGB Variations
Color information
#2A5C7A (or 0x2A5C7A) is known color: Orient. HEX triplet: 2A, 5C and 7A. RGB value is (42,92,122). Sum of RGB (Red+Green+Blue) = 42+92+122=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A5C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5C7A is #D5A385. Grayscale: #505050. Windows color (decimal): -14001030 or 8018986. OLE color: 8018986.
HSL color Cylindrical-coordinate representation of color #2A5C7A: hue angle of 202.5º 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 #2A5C7A is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 92 | 122 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.52 |
| HSL | 202.5º | 0.49% | 0.32% | - |
| HSV(B) | 202.5º | 0.66% | 0.48% | - |
| XYZ | 8.29 | 9.55 | 19.82 | - |
| YUV | 80.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 92 | 122 | 0.66 | 0.25 | 0 | 0.52 | 202.5 | 0.49 | 0.32 |
| Hex | 2A | 5C | 7A | 42 | 19 | 0 | 34 | CA | 31 | 20 |
| Octal | 52 | 134 | 172 | 102 | 31 | 0 | 64 | 312 | 61 | 40 |
| Binary | 101010 | 1011100 | 1111010 | 1000010 | 11001 | 0 | 110100 | 11001010 | 110001 | 100000 |
Color Harmonies of #2A5C7A
Complementary color
Monochromatic Colors of #2A5C7A
Black with #2A5C7A
Text Example
Text Example
White with #2A5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5C7A; }
p { color: rgb(42,92,122); }
H1.HeaderClassName
{
color: #2A5C7A;
}
.AnyTagClassName
{
color: #2A5C7A;
}
</style>
background-color css
<style>
a { background-color: #2A5C7A; }
a { background-color: rgb(42,92,122); }
div.DivClassName
{
background-color: #2A5C7A;
}
.BgClassName
{
background-color: #2A5C7A;
}
</style>
border-color css
<style>
span { border-color: #2A5C7A; }
span { border-color: rgb(42,92,122); }
td.TdClassName
{
border-color: #2A5C7A;
}
.TagClassName
{
border-color: #2A5C7A;
}
</style>