Shades of Allports #2E6E7C
Tints of Allports #2E6E7C
RGB
CMYK
RGB Variations
Color information
#2E6E7C (or 0x2E6E7C) is known color: Allports. HEX triplet: 2E, 6E and 7C. RGB value is (46,110,124). Sum of RGB (Red+Green+Blue) = 46+110+124=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E6E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6E7C is #D19183. Grayscale: #5C5C5C. Windows color (decimal): -13734276 or 8154670. OLE color: 8154670.
HSL color Cylindrical-coordinate representation of color #2E6E7C: hue angle of 190.77º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E6E7C is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 110 | 124 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.51 |
| HSL | 190.77º | 0.46% | 0.33% | - |
| HSV(B) | 190.77º | 0.63% | 0.49% | - |
| XYZ | 10.34 | 13.19 | 21.07 | - |
| YUV | 92.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 124 | 0.63 | 0.11 | 0 | 0.51 | 190.77 | 0.46 | 0.33 |
| Hex | 2E | 6E | 7C | 3F | B | 0 | 33 | BF | 2E | 21 |
| Octal | 56 | 156 | 174 | 77 | 13 | 0 | 63 | 277 | 56 | 41 |
| Binary | 101110 | 1101110 | 1111100 | 111111 | 1011 | 0 | 110011 | 10111111 | 101110 | 100001 |
Color Harmonies of #2E6E7C
Complementary color
Monochromatic Colors of #2E6E7C
Black with #2E6E7C
Text Example
Text Example
White with #2E6E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E7C; }
p { color: rgb(46,110,124); }
H1.HeaderClassName
{
color: #2E6E7C;
}
.AnyTagClassName
{
color: #2E6E7C;
}
</style>
background-color css
<style>
a { background-color: #2E6E7C; }
a { background-color: rgb(46,110,124); }
div.DivClassName
{
background-color: #2E6E7C;
}
.BgClassName
{
background-color: #2E6E7C;
}
</style>
border-color css
<style>
span { border-color: #2E6E7C; }
span { border-color: rgb(46,110,124); }
td.TdClassName
{
border-color: #2E6E7C;
}
.TagClassName
{
border-color: #2E6E7C;
}
</style>