#2E6E7C

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

Shades of Allports #2E6E7C

Tints of Allports #2E6E7C

Color information

#2E6E7C (or 0x2E6E7C) is unknown color: approx Allports. HEX triplet: 2E, 6E and 7C. RGB value is (46,110,124). Sum of RGB (Red+Green+Blue) = 46+110+124=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E6E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6E7C is #D19183. Grayscale: #5C5C5C. Windows color (decimal): -13734276 or 8154670. OLE color: 8154670.

HSL color Cylindrical-coordinate representation of color #2E6E7C: hue angle of 190.77º 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 #2E6E7C is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB46110124-
CMYK0.630.1100.51
HSL190.77º45.88%33.33%-
HSV(B)190.77º62.9%48.63%-
XYZ10.3413.1921.07-
YUV92.46145.894.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.43%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=16.43%
G=39.29%
B=44.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal461101240.630.1100.51190.7745.8833.33
Hex2E6E7C3FB033bf2e21
Octal5615617477130632775641
Binary101110110111011111001111111011011001110111111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,110,124); }

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

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

 a { background-color: rgb(46,110,124); }

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

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

 span { border-color: rgb(46,110,124); }

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