#2E787F

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

Shades of Atoll #2E787F

Tints of Atoll #2E787F

Color information

#2E787F (or 0x2E787F) is unknown color: approx Atoll. HEX triplet: 2E, 78 and 7F. RGB value is (46,120,127). Sum of RGB (Red+Green+Blue) = 46+120+127=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E787F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E787F is #D18780. Grayscale: #626262. Windows color (decimal): -13731713 or 8353838. OLE color: 8353838.

HSL color Cylindrical-coordinate representation of color #2E787F: hue angle of 185.19º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E787F is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB46120127-
CMYK0.640.0600.50
HSL185.19º46.82%33.92%-
HSV(B)185.19º63.78%49.8%-
XYZ11.6715.5522.46-
YUV98.67143.9890.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.70%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 127 (50% from 255) = 43.34%
R=15.70%
G=40.96%
B=43.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal461201270.640.0600.50185.1946.8233.92
Hex2E787F406032b92f22
Octal5617017710060622715742
Binary101110111100011111111000000110011001010111001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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