#2E8084

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

Shades of Atoll #2E8084

Tints of Atoll #2E8084

Color information

#2E8084 (or 0x2E8084) is unknown color: approx Atoll. HEX triplet: 2E, 80 and 84. RGB value is (46,128,132). Sum of RGB (Red+Green+Blue) = 46+128+132=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E8084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8084 is #D17F7B. Grayscale: #676767. Windows color (decimal): -13729660 or 8683566. OLE color: 8683566.

HSL color Cylindrical-coordinate representation of color #2E8084: hue angle of 182.79º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8084 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB46128132-
CMYK0.650.0300.48
HSL182.79º48.31%34.9%-
HSV(B)182.79º65.15%51.76%-
XYZ13.0117.6924.56-
YUV103.94143.8386.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.03%
GREEN value IS 128 (50.39% from 255) = 41.83%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=15.03%
G=41.83%
B=43.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal461281320.650.0300.48182.7948.3134.9
Hex2E8084413030b73023
Octal5620020410130602676043
Binary1011101000000010000100100000111011000010110111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,128,132); }

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

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

 a { background-color: rgb(46,128,132); }

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

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

 span { border-color: rgb(46,128,132); }

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