Shades of Allports #2A707C
Tints of Allports #2A707C
RGB
CMYK
RGB Variations
Color information
#2A707C (or 0x2A707C) is known color: Allports. HEX triplet: 2A, 70 and 7C. RGB value is (42,112,124). Sum of RGB (Red+Green+Blue) = 42+112+124=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A707C is #D58F83. Grayscale: #5C5C5C. Windows color (decimal): -13995908 or 8155178. OLE color: 8155178.
HSL color Cylindrical-coordinate representation of color #2A707C: hue angle of 188.78º 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 #2A707C is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 112 | 124 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.51 |
| HSL | 188.78º | 0.49% | 0.33% | - |
| HSV(B) | 188.78º | 0.66% | 0.49% | - |
| XYZ | 10.39 | 13.54 | 21.13 | - |
| YUV | 92.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 124 | 0.66 | 0.10 | 0 | 0.51 | 188.78 | 0.49 | 0.33 |
| Hex | 2A | 70 | 7C | 42 | A | 0 | 33 | BD | 31 | 21 |
| Octal | 52 | 160 | 174 | 102 | 12 | 0 | 63 | 275 | 61 | 41 |
| Binary | 101010 | 1110000 | 1111100 | 1000010 | 1010 | 0 | 110011 | 10111101 | 110001 | 100001 |
Color Harmonies of #2A707C
Complementary color
Monochromatic Colors of #2A707C
Black with #2A707C
Text Example
Text Example
White with #2A707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A707C; }
p { color: rgb(42,112,124); }
H1.HeaderClassName
{
color: #2A707C;
}
.AnyTagClassName
{
color: #2A707C;
}
</style>
background-color css
<style>
a { background-color: #2A707C; }
a { background-color: rgb(42,112,124); }
div.DivClassName
{
background-color: #2A707C;
}
.BgClassName
{
background-color: #2A707C;
}
</style>
border-color css
<style>
span { border-color: #2A707C; }
span { border-color: rgb(42,112,124); }
td.TdClassName
{
border-color: #2A707C;
}
.TagClassName
{
border-color: #2A707C;
}
</style>