Shades of Allports #2A6E7C
Tints of Allports #2A6E7C
RGB
CMYK
RGB Variations
Color information
#2A6E7C (or 0x2A6E7C) is known color: Allports. HEX triplet: 2A, 6E and 7C. RGB value is (42,110,124). Sum of RGB (Red+Green+Blue) = 42+110+124=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A6E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6E7C is #D59183. Grayscale: #5B5B5B. Windows color (decimal): -13996420 or 8154666. OLE color: 8154666.
HSL color Cylindrical-coordinate representation of color #2A6E7C: hue angle of 190.24º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A6E7C is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 110 | 124 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.51 |
| HSL | 190.24º | 0.49% | 0.33% | - |
| HSV(B) | 190.24º | 0.66% | 0.49% | - |
| XYZ | 10.17 | 13.1 | 21.06 | - |
| YUV | 91.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 110 | 124 | 0.66 | 0.11 | 0 | 0.51 | 190.24 | 0.49 | 0.33 |
| Hex | 2A | 6E | 7C | 42 | B | 0 | 33 | BE | 31 | 21 |
| Octal | 52 | 156 | 174 | 102 | 13 | 0 | 63 | 276 | 61 | 41 |
| Binary | 101010 | 1101110 | 1111100 | 1000010 | 1011 | 0 | 110011 | 10111110 | 110001 | 100001 |
Color Harmonies of #2A6E7C
Complementary color
Monochromatic Colors of #2A6E7C
Black with #2A6E7C
Text Example
Text Example
White with #2A6E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6E7C; }
p { color: rgb(42,110,124); }
H1.HeaderClassName
{
color: #2A6E7C;
}
.AnyTagClassName
{
color: #2A6E7C;
}
</style>
background-color css
<style>
a { background-color: #2A6E7C; }
a { background-color: rgb(42,110,124); }
div.DivClassName
{
background-color: #2A6E7C;
}
.BgClassName
{
background-color: #2A6E7C;
}
</style>
border-color css
<style>
span { border-color: #2A6E7C; }
span { border-color: rgb(42,110,124); }
td.TdClassName
{
border-color: #2A6E7C;
}
.TagClassName
{
border-color: #2A6E7C;
}
</style>