Shades of Allports #2A6B81
Tints of Allports #2A6B81
RGB
CMYK
RGB Variations
Color information
#2A6B81 (or 0x2A6B81) is known color: Allports. HEX triplet: 2A, 6B and 81. RGB value is (42,107,129). Sum of RGB (Red+Green+Blue) = 42+107+129=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #2A6B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6B81 is #D5947E. Grayscale: #595959. Windows color (decimal): -13997183 or 8481578. OLE color: 8481578.
HSL color Cylindrical-coordinate representation of color #2A6B81: hue angle of 195.17º 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 #2A6B81 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 107 | 129 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.49 |
| HSL | 195.17º | 0.51% | 0.34% | - |
| HSV(B) | 195.17º | 0.67% | 0.51% | - |
| XYZ | 10.17 | 12.59 | 22.66 | - |
| YUV | 90.07 | 149.97 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 129 | 0.67 | 0.17 | 0 | 0.49 | 195.17 | 0.51 | 0.34 |
| Hex | 2A | 6B | 81 | 43 | 11 | 0 | 31 | C3 | 33 | 22 |
| Octal | 52 | 153 | 201 | 103 | 21 | 0 | 61 | 303 | 63 | 42 |
| Binary | 101010 | 1101011 | 10000001 | 1000011 | 10001 | 0 | 110001 | 11000011 | 110011 | 100010 |
Color Harmonies of #2A6B81
Complementary color
Monochromatic Colors of #2A6B81
Black with #2A6B81
Text Example
Text Example
White with #2A6B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6B81; }
p { color: rgb(42,107,129); }
H1.HeaderClassName
{
color: #2A6B81;
}
.AnyTagClassName
{
color: #2A6B81;
}
</style>
background-color css
<style>
a { background-color: #2A6B81; }
a { background-color: rgb(42,107,129); }
div.DivClassName
{
background-color: #2A6B81;
}
.BgClassName
{
background-color: #2A6B81;
}
</style>
border-color css
<style>
span { border-color: #2A6B81; }
span { border-color: rgb(42,107,129); }
td.TdClassName
{
border-color: #2A6B81;
}
.TagClassName
{
border-color: #2A6B81;
}
</style>