Shades of Allports #2A6F7C
Tints of Allports #2A6F7C
RGB
CMYK
RGB Variations
Color information
#2A6F7C (or 0x2A6F7C) is known color: Allports. HEX triplet: 2A, 6F and 7C. RGB value is (42,111,124). Sum of RGB (Red+Green+Blue) = 42+111+124=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A6F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6F7C is #D59083. Grayscale: #5B5B5B. Windows color (decimal): -13996164 or 8154922. OLE color: 8154922.
HSL color Cylindrical-coordinate representation of color #2A6F7C: hue angle of 189.51º 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 #2A6F7C is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 111 | 124 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.51 |
| HSL | 189.51º | 0.49% | 0.33% | - |
| HSV(B) | 189.51º | 0.66% | 0.49% | - |
| XYZ | 10.28 | 13.32 | 21.1 | - |
| YUV | 91.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 111 | 124 | 0.66 | 0.10 | 0 | 0.51 | 189.51 | 0.49 | 0.33 |
| Hex | 2A | 6F | 7C | 42 | A | 0 | 33 | BE | 31 | 21 |
| Octal | 52 | 157 | 174 | 102 | 12 | 0 | 63 | 276 | 61 | 41 |
| Binary | 101010 | 1101111 | 1111100 | 1000010 | 1010 | 0 | 110011 | 10111110 | 110001 | 100001 |
Color Harmonies of #2A6F7C
Complementary color
Monochromatic Colors of #2A6F7C
Black with #2A6F7C
Text Example
Text Example
White with #2A6F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6F7C; }
p { color: rgb(42,111,124); }
H1.HeaderClassName
{
color: #2A6F7C;
}
.AnyTagClassName
{
color: #2A6F7C;
}
</style>
background-color css
<style>
a { background-color: #2A6F7C; }
a { background-color: rgb(42,111,124); }
div.DivClassName
{
background-color: #2A6F7C;
}
.BgClassName
{
background-color: #2A6F7C;
}
</style>
border-color css
<style>
span { border-color: #2A6F7C; }
span { border-color: rgb(42,111,124); }
td.TdClassName
{
border-color: #2A6F7C;
}
.TagClassName
{
border-color: #2A6F7C;
}
</style>