Shades of Allports #2A677C
Tints of Allports #2A677C
RGB
CMYK
RGB Variations
Color information
#2A677C (or 0x2A677C) is known color: Allports. HEX triplet: 2A, 67 and 7C. RGB value is (42,103,124). Sum of RGB (Red+Green+Blue) = 42+103+124=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A677C is #D59883. Grayscale: #575757. Windows color (decimal): -13998212 or 8152874. OLE color: 8152874.
HSL color Cylindrical-coordinate representation of color #2A677C: hue angle of 195.37º 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 #2A677C is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 103 | 124 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.51 |
| HSL | 195.37º | 0.49% | 0.33% | - |
| HSV(B) | 195.37º | 0.66% | 0.49% | - |
| XYZ | 9.44 | 11.65 | 20.82 | - |
| YUV | 87.16 | 148.79 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 103 | 124 | 0.66 | 0.17 | 0 | 0.51 | 195.37 | 0.49 | 0.33 |
| Hex | 2A | 67 | 7C | 42 | 11 | 0 | 33 | C3 | 31 | 21 |
| Octal | 52 | 147 | 174 | 102 | 21 | 0 | 63 | 303 | 61 | 41 |
| Binary | 101010 | 1100111 | 1111100 | 1000010 | 10001 | 0 | 110011 | 11000011 | 110001 | 100001 |
Color Harmonies of #2A677C
Complementary color
Monochromatic Colors of #2A677C
Black with #2A677C
Text Example
Text Example
White with #2A677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A677C; }
p { color: rgb(42,103,124); }
H1.HeaderClassName
{
color: #2A677C;
}
.AnyTagClassName
{
color: #2A677C;
}
</style>
background-color css
<style>
a { background-color: #2A677C; }
a { background-color: rgb(42,103,124); }
div.DivClassName
{
background-color: #2A677C;
}
.BgClassName
{
background-color: #2A677C;
}
</style>
border-color css
<style>
span { border-color: #2A677C; }
span { border-color: rgb(42,103,124); }
td.TdClassName
{
border-color: #2A677C;
}
.TagClassName
{
border-color: #2A677C;
}
</style>