Shades of Orient #2A6380
Tints of Orient #2A6380
RGB
CMYK
RGB Variations
Color information
#2A6380 (or 0x2A6380) is known color: Orient. HEX triplet: 2A, 63 and 80. RGB value is (42,99,128). Sum of RGB (Red+Green+Blue) = 42+99+128=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #2A6380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6380 is #D59C7F. Grayscale: #555555. Windows color (decimal): -13999232 or 8413994. OLE color: 8413994.
HSL color Cylindrical-coordinate representation of color #2A6380: hue angle of 200.23º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A6380 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 99 | 128 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.50 |
| HSL | 200.23º | 0.51% | 0.33% | - |
| HSV(B) | 200.23º | 0.67% | 0.5% | - |
| XYZ | 9.31 | 10.97 | 22.05 | - |
| YUV | 85.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 128 | 0.67 | 0.23 | 0 | 0.50 | 200.23 | 0.51 | 0.33 |
| Hex | 2A | 63 | 80 | 43 | 17 | 0 | 32 | C8 | 33 | 21 |
| Octal | 52 | 143 | 200 | 103 | 27 | 0 | 62 | 310 | 63 | 41 |
| Binary | 101010 | 1100011 | 10000000 | 1000011 | 10111 | 0 | 110010 | 11001000 | 110011 | 100001 |
Color Harmonies of #2A6380
Complementary color
Monochromatic Colors of #2A6380
Black with #2A6380
Text Example
Text Example
White with #2A6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6380; }
p { color: rgb(42,99,128); }
H1.HeaderClassName
{
color: #2A6380;
}
.AnyTagClassName
{
color: #2A6380;
}
</style>
background-color css
<style>
a { background-color: #2A6380; }
a { background-color: rgb(42,99,128); }
div.DivClassName
{
background-color: #2A6380;
}
.BgClassName
{
background-color: #2A6380;
}
</style>
border-color css
<style>
span { border-color: #2A6380; }
span { border-color: rgb(42,99,128); }
td.TdClassName
{
border-color: #2A6380;
}
.TagClassName
{
border-color: #2A6380;
}
</style>