Shades of Orient #2A6075
Tints of Orient #2A6075
RGB
CMYK
RGB Variations
Color information
#2A6075 (or 0x2A6075) is known color: Orient. HEX triplet: 2A, 60 and 75. RGB value is (42,96,117). Sum of RGB (Red+Green+Blue) = 42+96+117=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A6075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6075 is #D59F8A. Grayscale: #525252. Windows color (decimal): -14000011 or 7692330. OLE color: 7692330.
HSL color Cylindrical-coordinate representation of color #2A6075: hue angle of 196.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A6075 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 96 | 117 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.54 |
| HSL | 196.8º | 0.47% | 0.31% | - |
| HSV(B) | 196.8º | 0.64% | 0.46% | - |
| XYZ | 8.35 | 10.14 | 18.35 | - |
| YUV | 82.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 117 | 0.64 | 0.18 | 0 | 0.54 | 196.8 | 0.47 | 0.31 |
| Hex | 2A | 60 | 75 | 40 | 12 | 0 | 36 | C5 | 2F | 1F |
| Octal | 52 | 140 | 165 | 100 | 22 | 0 | 66 | 305 | 57 | 37 |
| Binary | 101010 | 1100000 | 1110101 | 1000000 | 10010 | 0 | 110110 | 11000101 | 101111 | 11111 |
Color Harmonies of #2A6075
Complementary color
Monochromatic Colors of #2A6075
Black with #2A6075
Text Example
Text Example
White with #2A6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6075; }
p { color: rgb(42,96,117); }
H1.HeaderClassName
{
color: #2A6075;
}
.AnyTagClassName
{
color: #2A6075;
}
</style>
background-color css
<style>
a { background-color: #2A6075; }
a { background-color: rgb(42,96,117); }
div.DivClassName
{
background-color: #2A6075;
}
.BgClassName
{
background-color: #2A6075;
}
</style>
border-color css
<style>
span { border-color: #2A6075; }
span { border-color: rgb(42,96,117); }
td.TdClassName
{
border-color: #2A6075;
}
.TagClassName
{
border-color: #2A6075;
}
</style>