Shades of Allports #2E6971
Tints of Allports #2E6971
RGB
CMYK
RGB Variations
Color information
#2E6971 (or 0x2E6971) is known color: Allports. HEX triplet: 2E, 69 and 71. RGB value is (46,105,113). Sum of RGB (Red+Green+Blue) = 46+105+113=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E6971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6971 is #D1968E. Grayscale: #585858. Windows color (decimal): -13735567 or 7432494. OLE color: 7432494.
HSL color Cylindrical-coordinate representation of color #2E6971: hue angle of 187.16º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E6971 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 105 | 113 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.56 |
| HSL | 187.16º | 0.42% | 0.31% | - |
| HSV(B) | 187.16º | 0.59% | 0.44% | - |
| XYZ | 9.16 | 11.88 | 17.43 | - |
| YUV | 88.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 113 | 0.59 | 0.07 | 0 | 0.56 | 187.16 | 0.42 | 0.31 |
| Hex | 2E | 69 | 71 | 3B | 7 | 0 | 38 | BB | 2A | 1F |
| Octal | 56 | 151 | 161 | 73 | 7 | 0 | 70 | 273 | 52 | 37 |
| Binary | 101110 | 1101001 | 1110001 | 111011 | 111 | 0 | 111000 | 10111011 | 101010 | 11111 |
Color Harmonies of #2E6971
Complementary color
Monochromatic Colors of #2E6971
Black with #2E6971
Text Example
Text Example
White with #2E6971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6971; }
p { color: rgb(46,105,113); }
H1.HeaderClassName
{
color: #2E6971;
}
.AnyTagClassName
{
color: #2E6971;
}
</style>
background-color css
<style>
a { background-color: #2E6971; }
a { background-color: rgb(46,105,113); }
div.DivClassName
{
background-color: #2E6971;
}
.BgClassName
{
background-color: #2E6971;
}
</style>
border-color css
<style>
span { border-color: #2E6971; }
span { border-color: rgb(46,105,113); }
td.TdClassName
{
border-color: #2E6971;
}
.TagClassName
{
border-color: #2E6971;
}
</style>