#2E767A

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

Shades of Atoll #2E767A

Tints of Atoll #2E767A

Color information

#2E767A (or 0x2E767A) is unknown color: approx Atoll. HEX triplet: 2E, 76 and 7A. RGB value is (46,118,122). Sum of RGB (Red+Green+Blue) = 46+118+122=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E767A is #D18985. Grayscale: #606060. Windows color (decimal): -13732230 or 8025646. OLE color: 8025646.

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

Color convert

RGB46118122-
CMYK0.620.0300.52
HSL183.16º45.24%32.94%-
HSV(B)183.16º62.3%47.84%-
XYZ11.1214.9420.71-
YUV96.93142.1591.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.08%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=16.08%
G=41.26%
B=42.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal461181220.620.0300.52183.1645.2432.94
Hex2E767A3E3034b72d21
Octal561661727630642675541
Binary1011101110110111101011111011011010010110111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,118,122); }

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

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

 a { background-color: rgb(46,118,122); }

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

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

 span { border-color: rgb(46,118,122); }

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