Shades of Orient #2A6378
Tints of Orient #2A6378
RGB
CMYK
RGB Variations
Color information
#2A6378 (or 0x2A6378) is known color: Orient. HEX triplet: 2A, 63 and 78. RGB value is (42,99,120). Sum of RGB (Red+Green+Blue) = 42+99+120=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A6378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6378 is #D59C87. Grayscale: #545454. Windows color (decimal): -13999240 or 7889706. OLE color: 7889706.
HSL color Cylindrical-coordinate representation of color #2A6378: hue angle of 196.15º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A6378 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 99 | 120 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.53 |
| HSL | 196.15º | 0.48% | 0.32% | - |
| HSV(B) | 196.15º | 0.65% | 0.47% | - |
| XYZ | 8.81 | 10.77 | 19.38 | - |
| YUV | 84.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 120 | 0.65 | 0.17 | 0 | 0.53 | 196.15 | 0.48 | 0.32 |
| Hex | 2A | 63 | 78 | 41 | 11 | 0 | 35 | C4 | 30 | 20 |
| Octal | 52 | 143 | 170 | 101 | 21 | 0 | 65 | 304 | 60 | 40 |
| Binary | 101010 | 1100011 | 1111000 | 1000001 | 10001 | 0 | 110101 | 11000100 | 110000 | 100000 |
Color Harmonies of #2A6378
Complementary color
Monochromatic Colors of #2A6378
Black with #2A6378
Text Example
Text Example
White with #2A6378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6378; }
p { color: rgb(42,99,120); }
H1.HeaderClassName
{
color: #2A6378;
}
.AnyTagClassName
{
color: #2A6378;
}
</style>
background-color css
<style>
a { background-color: #2A6378; }
a { background-color: rgb(42,99,120); }
div.DivClassName
{
background-color: #2A6378;
}
.BgClassName
{
background-color: #2A6378;
}
</style>
border-color css
<style>
span { border-color: #2A6378; }
span { border-color: rgb(42,99,120); }
td.TdClassName
{
border-color: #2A6378;
}
.TagClassName
{
border-color: #2A6378;
}
</style>