Shades of Allports #2A6873
Tints of Allports #2A6873
RGB
CMYK
RGB Variations
Color information
#2A6873 (or 0x2A6873) is known color: Allports. HEX triplet: 2A, 68 and 73. RGB value is (42,104,115). Sum of RGB (Red+Green+Blue) = 42+104+115=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A6873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6873 is #D5978C. Grayscale: #565656. Windows color (decimal): -13997965 or 7563306. OLE color: 7563306.
HSL color Cylindrical-coordinate representation of color #2A6873: hue angle of 189.04º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A6873 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 104 | 115 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.55 |
| HSL | 189.04º | 0.46% | 0.31% | - |
| HSV(B) | 189.04º | 0.63% | 0.45% | - |
| XYZ | 9 | 11.63 | 17.99 | - |
| YUV | 86.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 115 | 0.63 | 0.10 | 0 | 0.55 | 189.04 | 0.46 | 0.31 |
| Hex | 2A | 68 | 73 | 3F | A | 0 | 37 | BD | 2E | 1F |
| Octal | 52 | 150 | 163 | 77 | 12 | 0 | 67 | 275 | 56 | 37 |
| Binary | 101010 | 1101000 | 1110011 | 111111 | 1010 | 0 | 110111 | 10111101 | 101110 | 11111 |
Color Harmonies of #2A6873
Complementary color
Monochromatic Colors of #2A6873
Black with #2A6873
Text Example
Text Example
White with #2A6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6873; }
p { color: rgb(42,104,115); }
H1.HeaderClassName
{
color: #2A6873;
}
.AnyTagClassName
{
color: #2A6873;
}
</style>
background-color css
<style>
a { background-color: #2A6873; }
a { background-color: rgb(42,104,115); }
div.DivClassName
{
background-color: #2A6873;
}
.BgClassName
{
background-color: #2A6873;
}
</style>
border-color css
<style>
span { border-color: #2A6873; }
span { border-color: rgb(42,104,115); }
td.TdClassName
{
border-color: #2A6873;
}
.TagClassName
{
border-color: #2A6873;
}
</style>