#2E686C

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

Shades of Atoll #2E686C

Tints of Atoll #2E686C

Color information

#2E686C (or 0x2E686C) is unknown color: approx Atoll. HEX triplet: 2E, 68 and 6C. RGB value is (46,104,108). Sum of RGB (Red+Green+Blue) = 46+104+108=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E686C is #D19793. Grayscale: #575757. Windows color (decimal): -13735828 or 7104558. OLE color: 7104558.

HSL color Cylindrical-coordinate representation of color #2E686C: hue angle of 183.87º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E686C is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB46104108-
CMYK0.570.0400.58
HSL183.87º40.26%30.2%-
HSV(B)183.87º57.41%42.35%-
XYZ8.7811.5615.96-
YUV87.11139.7898.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.83%
GREEN value IS 104 (41.02% from 255) = 40.31%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=17.83%
G=40.31%
B=41.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal461041080.570.0400.58183.8740.2630.2
Hex2E686C39403Ab8281e
Octal561501547140722705036
Binary1011101101000110110011100110001110101011100010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,104,108); }

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

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

 a { background-color: rgb(46,104,108); }

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

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

 span { border-color: rgb(46,104,108); }

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