#2E707C

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

Shades of Atoll #2E707C

Tints of Atoll #2E707C

Color information

#2E707C (or 0x2E707C) is unknown color: approx Atoll. HEX triplet: 2E, 70 and 7C. RGB value is (46,112,124). Sum of RGB (Red+Green+Blue) = 46+112+124=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E707C is #D18F83. Grayscale: #5D5D5D. Windows color (decimal): -13733764 or 8155182. OLE color: 8155182.

HSL color Cylindrical-coordinate representation of color #2E707C: hue angle of 189.23º 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 #2E707C is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB46112124-
CMYK0.630.1000.51
HSL189.23º45.88%33.33%-
HSV(B)189.23º62.9%48.63%-
XYZ10.5613.6221.14-
YUV93.63145.1394.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.31%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 124 (48.83% from 255) = 43.97%
R=16.31%
G=39.72%
B=43.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal461121240.630.1000.51189.2345.8833.33
Hex2E707C3FA033bd2e21
Octal5616017477120632755641
Binary101110111000011111001111111010011001110111101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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