Shades of Allports #2A6A7A
Tints of Allports #2A6A7A
RGB
CMYK
RGB Variations
Color information
#2A6A7A (or 0x2A6A7A) is known color: Allports. HEX triplet: 2A, 6A and 7A. RGB value is (42,106,122). Sum of RGB (Red+Green+Blue) = 42+106+122=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A6A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6A7A is #D59585. Grayscale: #585858. Windows color (decimal): -13997446 or 8022570. OLE color: 8022570.
HSL color Cylindrical-coordinate representation of color #2A6A7A: hue angle of 192º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A6A7A is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 106 | 122 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.52 |
| HSL | 192º | 0.49% | 0.32% | - |
| HSV(B) | 192º | 0.66% | 0.48% | - |
| XYZ | 9.62 | 12.21 | 20.26 | - |
| YUV | 88.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 106 | 122 | 0.66 | 0.13 | 0 | 0.52 | 192 | 0.49 | 0.32 |
| Hex | 2A | 6A | 7A | 42 | D | 0 | 34 | C0 | 31 | 20 |
| Octal | 52 | 152 | 172 | 102 | 15 | 0 | 64 | 300 | 61 | 40 |
| Binary | 101010 | 1101010 | 1111010 | 1000010 | 1101 | 0 | 110100 | 11000000 | 110001 | 100000 |
Color Harmonies of #2A6A7A
Complementary color
Monochromatic Colors of #2A6A7A
Black with #2A6A7A
Text Example
Text Example
White with #2A6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6A7A; }
p { color: rgb(42,106,122); }
H1.HeaderClassName
{
color: #2A6A7A;
}
.AnyTagClassName
{
color: #2A6A7A;
}
</style>
background-color css
<style>
a { background-color: #2A6A7A; }
a { background-color: rgb(42,106,122); }
div.DivClassName
{
background-color: #2A6A7A;
}
.BgClassName
{
background-color: #2A6A7A;
}
</style>
border-color css
<style>
span { border-color: #2A6A7A; }
span { border-color: rgb(42,106,122); }
td.TdClassName
{
border-color: #2A6A7A;
}
.TagClassName
{
border-color: #2A6A7A;
}
</style>