Shades of Orient #2A5E7C
Tints of Orient #2A5E7C
RGB
CMYK
RGB Variations
Color information
#2A5E7C (or 0x2A5E7C) is known color: Orient. HEX triplet: 2A, 5E and 7C. RGB value is (42,94,124). Sum of RGB (Red+Green+Blue) = 42+94+124=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A5E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5E7C is #D5A183. Grayscale: #515151. Windows color (decimal): -14000516 or 8150570. OLE color: 8150570.
HSL color Cylindrical-coordinate representation of color #2A5E7C: hue angle of 201.95º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A5E7C is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 94 | 124 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.51 |
| HSL | 201.95º | 0.49% | 0.33% | - |
| HSV(B) | 201.95º | 0.66% | 0.49% | - |
| XYZ | 8.6 | 9.95 | 20.54 | - |
| YUV | 81.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 94 | 124 | 0.66 | 0.24 | 0 | 0.51 | 201.95 | 0.49 | 0.33 |
| Hex | 2A | 5E | 7C | 42 | 18 | 0 | 33 | CA | 31 | 21 |
| Octal | 52 | 136 | 174 | 102 | 30 | 0 | 63 | 312 | 61 | 41 |
| Binary | 101010 | 1011110 | 1111100 | 1000010 | 11000 | 0 | 110011 | 11001010 | 110001 | 100001 |
Color Harmonies of #2A5E7C
Complementary color
Monochromatic Colors of #2A5E7C
Black with #2A5E7C
Text Example
Text Example
White with #2A5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5E7C; }
p { color: rgb(42,94,124); }
H1.HeaderClassName
{
color: #2A5E7C;
}
.AnyTagClassName
{
color: #2A5E7C;
}
</style>
background-color css
<style>
a { background-color: #2A5E7C; }
a { background-color: rgb(42,94,124); }
div.DivClassName
{
background-color: #2A5E7C;
}
.BgClassName
{
background-color: #2A5E7C;
}
</style>
border-color css
<style>
span { border-color: #2A5E7C; }
span { border-color: rgb(42,94,124); }
td.TdClassName
{
border-color: #2A5E7C;
}
.TagClassName
{
border-color: #2A5E7C;
}
</style>