#2E797D

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

Shades of Atoll #2E797D

Tints of Atoll #2E797D

Color information

#2E797D (or 0x2E797D) is unknown color: approx Atoll. HEX triplet: 2E, 79 and 7D. RGB value is (46,121,125). Sum of RGB (Red+Green+Blue) = 46+121+125=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E797D is #D18682. Grayscale: #626262. Windows color (decimal): -13731459 or 8223022. OLE color: 8223022.

HSL color Cylindrical-coordinate representation of color #2E797D: hue angle of 183.04º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E797D is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB46121125-
CMYK0.630.0300.51
HSL183.04º46.2%33.53%-
HSV(B)183.04º63.2%49.02%-
XYZ11.6715.7421.82-
YUV99.03142.6590.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.75%
GREEN value IS 121 (47.66% from 255) = 41.44%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=15.75%
G=41.44%
B=42.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal461211250.630.0300.51183.0446.233.53
Hex2E797D3F3033b72e22
Octal561711757730632675642
Binary1011101111001111110111111111011001110110111101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,121,125); }

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

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

 a { background-color: rgb(46,121,125); }

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

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

 span { border-color: rgb(46,121,125); }

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