Shades of Orient #2A6481
Tints of Orient #2A6481
RGB
CMYK
RGB Variations
Color information
#2A6481 (or 0x2A6481) is known color: Orient. HEX triplet: 2A, 64 and 81. RGB value is (42,100,129). Sum of RGB (Red+Green+Blue) = 42+100+129=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #2A6481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6481 is #D59B7E. Grayscale: #555555. Windows color (decimal): -13998975 or 8479786. OLE color: 8479786.
HSL color Cylindrical-coordinate representation of color #2A6481: hue angle of 200º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A6481 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 100 | 129 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.49 |
| HSL | 200º | 0.51% | 0.34% | - |
| HSV(B) | 200º | 0.67% | 0.51% | - |
| XYZ | 9.47 | 11.19 | 22.43 | - |
| YUV | 85.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 100 | 129 | 0.67 | 0.22 | 0 | 0.49 | 200 | 0.51 | 0.34 |
| Hex | 2A | 64 | 81 | 43 | 16 | 0 | 31 | C8 | 33 | 22 |
| Octal | 52 | 144 | 201 | 103 | 26 | 0 | 61 | 310 | 63 | 42 |
| Binary | 101010 | 1100100 | 10000001 | 1000011 | 10110 | 0 | 110001 | 11001000 | 110011 | 100010 |
Color Harmonies of #2A6481
Complementary color
Monochromatic Colors of #2A6481
Black with #2A6481
Text Example
Text Example
White with #2A6481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6481; }
p { color: rgb(42,100,129); }
H1.HeaderClassName
{
color: #2A6481;
}
.AnyTagClassName
{
color: #2A6481;
}
</style>
background-color css
<style>
a { background-color: #2A6481; }
a { background-color: rgb(42,100,129); }
div.DivClassName
{
background-color: #2A6481;
}
.BgClassName
{
background-color: #2A6481;
}
</style>
border-color css
<style>
span { border-color: #2A6481; }
span { border-color: rgb(42,100,129); }
td.TdClassName
{
border-color: #2A6481;
}
.TagClassName
{
border-color: #2A6481;
}
</style>