Shades of Orient #2A5D7A
Tints of Orient #2A5D7A
RGB
CMYK
RGB Variations
Color information
#2A5D7A (or 0x2A5D7A) is known color: Orient. HEX triplet: 2A, 5D and 7A. RGB value is (42,93,122). Sum of RGB (Red+Green+Blue) = 42+93+122=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A5D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5D7A is #D5A285. Grayscale: #505050. Windows color (decimal): -14000774 or 8019242. OLE color: 8019242.
HSL color Cylindrical-coordinate representation of color #2A5D7A: hue angle of 201.75º 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 #2A5D7A is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 93 | 122 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.52 |
| HSL | 201.75º | 0.49% | 0.32% | - |
| HSV(B) | 201.75º | 0.66% | 0.48% | - |
| XYZ | 8.38 | 9.73 | 19.85 | - |
| YUV | 81.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 122 | 0.66 | 0.24 | 0 | 0.52 | 201.75 | 0.49 | 0.32 |
| Hex | 2A | 5D | 7A | 42 | 18 | 0 | 34 | CA | 31 | 20 |
| Octal | 52 | 135 | 172 | 102 | 30 | 0 | 64 | 312 | 61 | 40 |
| Binary | 101010 | 1011101 | 1111010 | 1000010 | 11000 | 0 | 110100 | 11001010 | 110001 | 100000 |
Color Harmonies of #2A5D7A
Complementary color
Monochromatic Colors of #2A5D7A
Black with #2A5D7A
Text Example
Text Example
White with #2A5D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5D7A; }
p { color: rgb(42,93,122); }
H1.HeaderClassName
{
color: #2A5D7A;
}
.AnyTagClassName
{
color: #2A5D7A;
}
</style>
background-color css
<style>
a { background-color: #2A5D7A; }
a { background-color: rgb(42,93,122); }
div.DivClassName
{
background-color: #2A5D7A;
}
.BgClassName
{
background-color: #2A5D7A;
}
</style>
border-color css
<style>
span { border-color: #2A5D7A; }
span { border-color: rgb(42,93,122); }
td.TdClassName
{
border-color: #2A5D7A;
}
.TagClassName
{
border-color: #2A5D7A;
}
</style>