#2E757F

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

Shades of Atoll #2E757F

Tints of Atoll #2E757F

Color information

#2E757F (or 0x2E757F) is unknown color: approx Atoll. HEX triplet: 2E, 75 and 7F. RGB value is (46,117,127). Sum of RGB (Red+Green+Blue) = 46+117+127=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E757F is #D18A80. Grayscale: #606060. Windows color (decimal): -13732481 or 8353070. OLE color: 8353070.

HSL color Cylindrical-coordinate representation of color #2E757F: hue angle of 187.41º 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 #2E757F is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB46117127-
CMYK0.640.0800.50
HSL187.41º46.82%33.92%-
HSV(B)187.41º63.78%49.8%-
XYZ11.3214.8422.35-
YUV96.91144.9891.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.86%
GREEN value IS 117 (46.09% from 255) = 40.34%
BLUE value IS 127 (50% from 255) = 43.79%
R=15.86%
G=40.34%
B=43.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal461171270.640.0800.50187.4146.8233.92
Hex2E757F408032bb2f22
Octal56165177100100622735742
Binary1011101110101111111110000001000011001010111011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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