#2E6879

Color #2E6879 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #2E6879

Tints of Allports #2E6879

Color information

#2E6879 (or 0x2E6879) is unknown color: approx Allports. HEX triplet: 2E, 68 and 79. RGB value is (46,104,121). Sum of RGB (Red+Green+Blue) = 46+104+121=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E6879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6879 is #D19786. Grayscale: #585858. Windows color (decimal): -13735815 or 7956526. OLE color: 7956526.

HSL color Cylindrical-coordinate representation of color #2E6879: hue angle of 193.6º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E6879 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB46104121-
CMYK0.620.1400.53
HSL193.6º44.91%32.75%-
HSV(B)193.6º61.98%47.45%-
XYZ9.5311.8619.88-
YUV88.6146.2897.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 16.97%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=16.97%
G=38.38%
B=44.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461041210.620.1400.53193.644.9132.75
Hex2E68793EE035c22d21
Octal5615017176160653025541
Binary101110110100011110011111101110011010111000010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E6879; }

 p { color: rgb(46,104,121); }

 H1.HeaderClassName
 {
   color: #2E6879;
 }
 .AnyTagClassName
 {
   color: #2E6879;
 }
</style>
background-color css

<style>
 a { background-color: #2E6879; }

 a { background-color: rgb(46,104,121); }

 div.DivClassName
 {
   background-color: #2E6879;
 }
 .BgClassName
 {
   background-color: #2E6879;
 }
</style>
border-color css

<style>
 span { border-color: #2E6879; }

 span { border-color: rgb(46,104,121); }

 td.TdClassName
 {
   border-color: #2E6879;
 }
 .TagClassName
 {
   border-color: #2E6879;
 }
</style>