Shades of Allports #2E677D
Tints of Allports #2E677D
RGB
CMYK
RGB Variations
Color information
#2E677D (or 0x2E677D) is known color: Allports. HEX triplet: 2E, 67 and 7D. RGB value is (46,103,125). Sum of RGB (Red+Green+Blue) = 46+103+125=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E677D is #D19882. Grayscale: #585858. Windows color (decimal): -13736067 or 8218414. OLE color: 8218414.
HSL color Cylindrical-coordinate representation of color #2E677D: hue angle of 196.71º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E677D is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 103 | 125 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.51 |
| HSL | 196.71º | 0.46% | 0.34% | - |
| HSV(B) | 196.71º | 0.63% | 0.49% | - |
| XYZ | 9.68 | 11.76 | 21.16 | - |
| YUV | 88.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 125 | 0.63 | 0.18 | 0 | 0.51 | 196.71 | 0.46 | 0.34 |
| Hex | 2E | 67 | 7D | 3F | 12 | 0 | 33 | C5 | 2E | 22 |
| Octal | 56 | 147 | 175 | 77 | 22 | 0 | 63 | 305 | 56 | 42 |
| Binary | 101110 | 1100111 | 1111101 | 111111 | 10010 | 0 | 110011 | 11000101 | 101110 | 100010 |
Color Harmonies of #2E677D
Complementary color
Monochromatic Colors of #2E677D
Black with #2E677D
Text Example
Text Example
White with #2E677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E677D; }
p { color: rgb(46,103,125); }
H1.HeaderClassName
{
color: #2E677D;
}
.AnyTagClassName
{
color: #2E677D;
}
</style>
background-color css
<style>
a { background-color: #2E677D; }
a { background-color: rgb(46,103,125); }
div.DivClassName
{
background-color: #2E677D;
}
.BgClassName
{
background-color: #2E677D;
}
</style>
border-color css
<style>
span { border-color: #2E677D; }
span { border-color: rgb(46,103,125); }
td.TdClassName
{
border-color: #2E677D;
}
.TagClassName
{
border-color: #2E677D;
}
</style>