Shades of Allports #2A6A83
Tints of Allports #2A6A83
RGB
CMYK
RGB Variations
Color information
#2A6A83 (or 0x2A6A83) is known color: Allports. HEX triplet: 2A, 6A and 83. RGB value is (42,106,131). Sum of RGB (Red+Green+Blue) = 42+106+131=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A6A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6A83 is #D5957C. Grayscale: #595959. Windows color (decimal): -13997437 or 8612394. OLE color: 8612394.
HSL color Cylindrical-coordinate representation of color #2A6A83: hue angle of 196.85º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A6A83 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 106 | 131 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.49 |
| HSL | 196.85º | 0.51% | 0.34% | - |
| HSV(B) | 196.85º | 0.68% | 0.51% | - |
| XYZ | 10.21 | 12.44 | 23.34 | - |
| YUV | 89.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 106 | 131 | 0.68 | 0.19 | 0 | 0.49 | 196.85 | 0.51 | 0.34 |
| Hex | 2A | 6A | 83 | 44 | 13 | 0 | 31 | C5 | 33 | 22 |
| Octal | 52 | 152 | 203 | 104 | 23 | 0 | 61 | 305 | 63 | 42 |
| Binary | 101010 | 1101010 | 10000011 | 1000100 | 10011 | 0 | 110001 | 11000101 | 110011 | 100010 |
Color Harmonies of #2A6A83
Complementary color
Monochromatic Colors of #2A6A83
Black with #2A6A83
Text Example
Text Example
White with #2A6A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6A83; }
p { color: rgb(42,106,131); }
H1.HeaderClassName
{
color: #2A6A83;
}
.AnyTagClassName
{
color: #2A6A83;
}
</style>
background-color css
<style>
a { background-color: #2A6A83; }
a { background-color: rgb(42,106,131); }
div.DivClassName
{
background-color: #2A6A83;
}
.BgClassName
{
background-color: #2A6A83;
}
</style>
border-color css
<style>
span { border-color: #2A6A83; }
span { border-color: rgb(42,106,131); }
td.TdClassName
{
border-color: #2A6A83;
}
.TagClassName
{
border-color: #2A6A83;
}
</style>