Shades of Allports #2A687C
Tints of Allports #2A687C
RGB
CMYK
RGB Variations
Color information
#2A687C (or 0x2A687C) is known color: Allports. HEX triplet: 2A, 68 and 7C. RGB value is (42,104,124). Sum of RGB (Red+Green+Blue) = 42+104+124=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A687C is #D59783. Grayscale: #575757. Windows color (decimal): -13997956 or 8153130. OLE color: 8153130.
HSL color Cylindrical-coordinate representation of color #2A687C: hue angle of 194.63º 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 #2A687C is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 104 | 124 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.51 |
| HSL | 194.63º | 0.49% | 0.33% | - |
| HSV(B) | 194.63º | 0.66% | 0.49% | - |
| XYZ | 9.54 | 11.85 | 20.85 | - |
| YUV | 87.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 124 | 0.66 | 0.16 | 0 | 0.51 | 194.63 | 0.49 | 0.33 |
| Hex | 2A | 68 | 7C | 42 | 10 | 0 | 33 | C3 | 31 | 21 |
| Octal | 52 | 150 | 174 | 102 | 20 | 0 | 63 | 303 | 61 | 41 |
| Binary | 101010 | 1101000 | 1111100 | 1000010 | 10000 | 0 | 110011 | 11000011 | 110001 | 100001 |
Color Harmonies of #2A687C
Complementary color
Monochromatic Colors of #2A687C
Black with #2A687C
Text Example
Text Example
White with #2A687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A687C; }
p { color: rgb(42,104,124); }
H1.HeaderClassName
{
color: #2A687C;
}
.AnyTagClassName
{
color: #2A687C;
}
</style>
background-color css
<style>
a { background-color: #2A687C; }
a { background-color: rgb(42,104,124); }
div.DivClassName
{
background-color: #2A687C;
}
.BgClassName
{
background-color: #2A687C;
}
</style>
border-color css
<style>
span { border-color: #2A687C; }
span { border-color: rgb(42,104,124); }
td.TdClassName
{
border-color: #2A687C;
}
.TagClassName
{
border-color: #2A687C;
}
</style>