Shades of Allports #2E6A74
Tints of Allports #2E6A74
RGB
CMYK
RGB Variations
Color information
#2E6A74 (or 0x2E6A74) is known color: Allports. HEX triplet: 2E, 6A and 74. RGB value is (46,106,116). Sum of RGB (Red+Green+Blue) = 46+106+116=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E6A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6A74 is #D1958B. Grayscale: #595959. Windows color (decimal): -13735308 or 7629358. OLE color: 7629358.
HSL color Cylindrical-coordinate representation of color #2E6A74: hue angle of 188.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E6A74 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 106 | 116 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.55 |
| HSL | 188.57º | 0.43% | 0.32% | - |
| HSV(B) | 188.57º | 0.6% | 0.45% | - |
| XYZ | 9.43 | 12.15 | 18.37 | - |
| YUV | 89.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 116 | 0.60 | 0.09 | 0 | 0.55 | 188.57 | 0.43 | 0.32 |
| Hex | 2E | 6A | 74 | 3C | 9 | 0 | 37 | BD | 2B | 20 |
| Octal | 56 | 152 | 164 | 74 | 11 | 0 | 67 | 275 | 53 | 40 |
| Binary | 101110 | 1101010 | 1110100 | 111100 | 1001 | 0 | 110111 | 10111101 | 101011 | 100000 |
Color Harmonies of #2E6A74
Complementary color
Monochromatic Colors of #2E6A74
Black with #2E6A74
Text Example
Text Example
White with #2E6A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6A74; }
p { color: rgb(46,106,116); }
H1.HeaderClassName
{
color: #2E6A74;
}
.AnyTagClassName
{
color: #2E6A74;
}
</style>
background-color css
<style>
a { background-color: #2E6A74; }
a { background-color: rgb(46,106,116); }
div.DivClassName
{
background-color: #2E6A74;
}
.BgClassName
{
background-color: #2E6A74;
}
</style>
border-color css
<style>
span { border-color: #2E6A74; }
span { border-color: rgb(46,106,116); }
td.TdClassName
{
border-color: #2E6A74;
}
.TagClassName
{
border-color: #2E6A74;
}
</style>