#2E7177

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

Shades of Atoll #2E7177

Tints of Atoll #2E7177

Color information

#2E7177 (or 0x2E7177) is unknown color: approx Atoll. HEX triplet: 2E, 71 and 77. RGB value is (46,113,119). Sum of RGB (Red+Green+Blue) = 46+113+119=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #2E7177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7177 is #D18E88. Grayscale: #5D5D5D. Windows color (decimal): -13733513 or 7827758. OLE color: 7827758.

HSL color Cylindrical-coordinate representation of color #2E7177: hue angle of 184.93º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7177 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB46113119-
CMYK0.610.0500.53
HSL184.93º44.24%32.35%-
HSV(B)184.93º61.34%46.67%-
XYZ10.3613.7219.56-
YUV93.65142.394.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.55%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=16.55%
G=40.65%
B=42.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461131190.610.0500.53184.9344.2432.35
Hex2E71773D5035b92c20
Octal561611677550652715440
Binary10111011100011110111111101101011010110111001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,113,119); }

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

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

 a { background-color: rgb(46,113,119); }

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

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

 span { border-color: rgb(46,113,119); }

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