#2E848C

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

Shades of Atoll #2E848C

Tints of Atoll #2E848C

Color information

#2E848C (or 0x2E848C) is unknown color: approx Atoll. HEX triplet: 2E, 84 and 8C. RGB value is (46,132,140). Sum of RGB (Red+Green+Blue) = 46+132+140=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E848C is #D17B73. Grayscale: #6B6B6B. Windows color (decimal): -13728628 or 9208878. OLE color: 9208878.

HSL color Cylindrical-coordinate representation of color #2E848C: hue angle of 185.11º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E848C is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB46132140-
CMYK0.670.0600.45
HSL185.11º50.54%36.47%-
HSV(B)185.11º67.14%54.9%-
XYZ14.1118.9827.73-
YUV107.2146.5184.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.47%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=14.47%
G=41.51%
B=44.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461321400.670.0600.45185.1150.5436.47
Hex2E848C43602Db93324
Octal5620421410360552716344
Binary10111010000100100011001000011110010110110111001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,132,140); }

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

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

 a { background-color: rgb(46,132,140); }

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

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

 span { border-color: rgb(46,132,140); }

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