#2E6A78

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

Shades of Allports #2E6A78

Tints of Allports #2E6A78

Color information

#2E6A78 (or 0x2E6A78) is unknown color: approx Allports. HEX triplet: 2E, 6A and 78. RGB value is (46,106,120). Sum of RGB (Red+Green+Blue) = 46+106+120=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E6A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6A78 is #D19587. Grayscale: #595959. Windows color (decimal): -13735304 or 7891502. OLE color: 7891502.

HSL color Cylindrical-coordinate representation of color #2E6A78: hue angle of 191.35º 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 #2E6A78 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB46106120-
CMYK0.620.1200.53
HSL191.35º44.58%32.55%-
HSV(B)191.35º61.67%47.06%-
XYZ9.6712.2419.62-
YUV89.66145.1296.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 106 (41.80% from 255) = 38.97%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=16.91%
G=38.97%
B=44.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461061200.620.1200.53191.3544.5832.55
Hex2E6A783EC035bf2d21
Octal5615217076140652775541
Binary101110110101011110001111101100011010110111111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,106,120); }

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

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

 a { background-color: rgb(46,106,120); }

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

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

 span { border-color: rgb(46,106,120); }

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