Shades of Allports #2E6F7C
Tints of Allports #2E6F7C
RGB
CMYK
RGB Variations
Color information
#2E6F7C (or 0x2E6F7C) is known color: Allports. HEX triplet: 2E, 6F and 7C. RGB value is (46,111,124). Sum of RGB (Red+Green+Blue) = 46+111+124=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E6F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6F7C is #D19083. Grayscale: #5C5C5C. Windows color (decimal): -13734020 or 8154926. OLE color: 8154926.
HSL color Cylindrical-coordinate representation of color #2E6F7C: hue angle of 190º 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 #2E6F7C is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 111 | 124 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.51 |
| HSL | 190º | 0.46% | 0.33% | - |
| HSV(B) | 190º | 0.63% | 0.49% | - |
| XYZ | 10.45 | 13.4 | 21.11 | - |
| YUV | 93.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 124 | 0.63 | 0.10 | 0 | 0.51 | 190 | 0.46 | 0.33 |
| Hex | 2E | 6F | 7C | 3F | A | 0 | 33 | BE | 2E | 21 |
| Octal | 56 | 157 | 174 | 77 | 12 | 0 | 63 | 276 | 56 | 41 |
| Binary | 101110 | 1101111 | 1111100 | 111111 | 1010 | 0 | 110011 | 10111110 | 101110 | 100001 |
Color Harmonies of #2E6F7C
Complementary color
Monochromatic Colors of #2E6F7C
Black with #2E6F7C
Text Example
Text Example
White with #2E6F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6F7C; }
p { color: rgb(46,111,124); }
H1.HeaderClassName
{
color: #2E6F7C;
}
.AnyTagClassName
{
color: #2E6F7C;
}
</style>
background-color css
<style>
a { background-color: #2E6F7C; }
a { background-color: rgb(46,111,124); }
div.DivClassName
{
background-color: #2E6F7C;
}
.BgClassName
{
background-color: #2E6F7C;
}
</style>
border-color css
<style>
span { border-color: #2E6F7C; }
span { border-color: rgb(46,111,124); }
td.TdClassName
{
border-color: #2E6F7C;
}
.TagClassName
{
border-color: #2E6F7C;
}
</style>