Shades of Allports #2E6B7C
Tints of Allports #2E6B7C
RGB
CMYK
RGB Variations
Color information
#2E6B7C (or 0x2E6B7C) is known color: Allports. HEX triplet: 2E, 6B and 7C. RGB value is (46,107,124). Sum of RGB (Red+Green+Blue) = 46+107+124=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 107 (42.19% from 255 or 38.63% 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 #2E6B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B7C is #D19483. Grayscale: #5A5A5A. Windows color (decimal): -13735044 or 8153902. OLE color: 8153902.
HSL color Cylindrical-coordinate representation of color #2E6B7C: hue angle of 193.08º 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 #2E6B7C is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 107 | 124 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.51 |
| HSL | 193.08º | 0.46% | 0.33% | - |
| HSV(B) | 193.08º | 0.63% | 0.49% | - |
| XYZ | 10.02 | 12.55 | 20.96 | - |
| YUV | 90.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 124 | 0.63 | 0.14 | 0 | 0.51 | 193.08 | 0.46 | 0.33 |
| Hex | 2E | 6B | 7C | 3F | E | 0 | 33 | C1 | 2E | 21 |
| Octal | 56 | 153 | 174 | 77 | 16 | 0 | 63 | 301 | 56 | 41 |
| Binary | 101110 | 1101011 | 1111100 | 111111 | 1110 | 0 | 110011 | 11000001 | 101110 | 100001 |
Color Harmonies of #2E6B7C
Complementary color
Monochromatic Colors of #2E6B7C
Black with #2E6B7C
Text Example
Text Example
White with #2E6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B7C; }
p { color: rgb(46,107,124); }
H1.HeaderClassName
{
color: #2E6B7C;
}
.AnyTagClassName
{
color: #2E6B7C;
}
</style>
background-color css
<style>
a { background-color: #2E6B7C; }
a { background-color: rgb(46,107,124); }
div.DivClassName
{
background-color: #2E6B7C;
}
.BgClassName
{
background-color: #2E6B7C;
}
</style>
border-color css
<style>
span { border-color: #2E6B7C; }
span { border-color: rgb(46,107,124); }
td.TdClassName
{
border-color: #2E6B7C;
}
.TagClassName
{
border-color: #2E6B7C;
}
</style>