#2E737C

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

Shades of Atoll #2E737C

Tints of Atoll #2E737C

Color information

#2E737C (or 0x2E737C) is unknown color: approx Atoll. HEX triplet: 2E, 73 and 7C. RGB value is (46,115,124). Sum of RGB (Red+Green+Blue) = 46+115+124=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E737C is #D18C83. Grayscale: #5F5F5F. Windows color (decimal): -13732996 or 8155950. OLE color: 8155950.

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

Color convert

RGB46115124-
CMYK0.630.0700.51
HSL186.92º45.88%33.33%-
HSV(B)186.92º62.9%48.63%-
XYZ10.914.321.25-
YUV95.4144.1492.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=16.14%
G=40.35%
B=43.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal461151240.630.0700.51186.9245.8833.33
Hex2E737C3F7033bb2e21
Octal561631747770632735641
Binary10111011100111111100111111111011001110111011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,115,124); }

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

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

 a { background-color: rgb(46,115,124); }

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

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

 span { border-color: rgb(46,115,124); }

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