Shades of Allports #2A666D
Tints of Allports #2A666D
RGB
CMYK
RGB Variations
Color information
#2A666D (or 0x2A666D) is known color: Allports. HEX triplet: 2A, 66 and 6D. RGB value is (42,102,109). Sum of RGB (Red+Green+Blue) = 42+102+109=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A666D is #D59992. Grayscale: #545454. Windows color (decimal): -13998483 or 7169578. OLE color: 7169578.
HSL color Cylindrical-coordinate representation of color #2A666D: hue angle of 186.27º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A666D is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 102 | 109 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.57 |
| HSL | 186.27º | 0.44% | 0.3% | - |
| HSV(B) | 186.27º | 0.61% | 0.43% | - |
| XYZ | 8.47 | 11.1 | 16.16 | - |
| YUV | 84.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 109 | 0.61 | 0.06 | 0 | 0.57 | 186.27 | 0.44 | 0.3 |
| Hex | 2A | 66 | 6D | 3D | 6 | 0 | 39 | BA | 2C | 1E |
| Octal | 52 | 146 | 155 | 75 | 6 | 0 | 71 | 272 | 54 | 36 |
| Binary | 101010 | 1100110 | 1101101 | 111101 | 110 | 0 | 111001 | 10111010 | 101100 | 11110 |
Color Harmonies of #2A666D
Complementary color
Monochromatic Colors of #2A666D
Black with #2A666D
Text Example
Text Example
White with #2A666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A666D; }
p { color: rgb(42,102,109); }
H1.HeaderClassName
{
color: #2A666D;
}
.AnyTagClassName
{
color: #2A666D;
}
</style>
background-color css
<style>
a { background-color: #2A666D; }
a { background-color: rgb(42,102,109); }
div.DivClassName
{
background-color: #2A666D;
}
.BgClassName
{
background-color: #2A666D;
}
</style>
border-color css
<style>
span { border-color: #2A666D; }
span { border-color: rgb(42,102,109); }
td.TdClassName
{
border-color: #2A666D;
}
.TagClassName
{
border-color: #2A666D;
}
</style>