Shades of Allports #2A6872
Tints of Allports #2A6872
RGB
CMYK
RGB Variations
Color information
#2A6872 (or 0x2A6872) is known color: Allports. HEX triplet: 2A, 68 and 72. RGB value is (42,104,114). Sum of RGB (Red+Green+Blue) = 42+104+114=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A6872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6872 is #D5978D. Grayscale: #565656. Windows color (decimal): -13997966 or 7497770. OLE color: 7497770.
HSL color Cylindrical-coordinate representation of color #2A6872: hue angle of 188.33º 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 #2A6872 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 104 | 114 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.55 |
| HSL | 188.33º | 0.46% | 0.31% | - |
| HSV(B) | 188.33º | 0.63% | 0.45% | - |
| XYZ | 8.94 | 11.61 | 17.69 | - |
| YUV | 86.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 114 | 0.63 | 0.09 | 0 | 0.55 | 188.33 | 0.46 | 0.31 |
| Hex | 2A | 68 | 72 | 3F | 9 | 0 | 37 | BC | 2E | 1F |
| Octal | 52 | 150 | 162 | 77 | 11 | 0 | 67 | 274 | 56 | 37 |
| Binary | 101010 | 1101000 | 1110010 | 111111 | 1001 | 0 | 110111 | 10111100 | 101110 | 11111 |
Color Harmonies of #2A6872
Complementary color
Monochromatic Colors of #2A6872
Black with #2A6872
Text Example
Text Example
White with #2A6872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6872; }
p { color: rgb(42,104,114); }
H1.HeaderClassName
{
color: #2A6872;
}
.AnyTagClassName
{
color: #2A6872;
}
</style>
background-color css
<style>
a { background-color: #2A6872; }
a { background-color: rgb(42,104,114); }
div.DivClassName
{
background-color: #2A6872;
}
.BgClassName
{
background-color: #2A6872;
}
</style>
border-color css
<style>
span { border-color: #2A6872; }
span { border-color: rgb(42,104,114); }
td.TdClassName
{
border-color: #2A6872;
}
.TagClassName
{
border-color: #2A6872;
}
</style>