#2E7D8B

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

Shades of Atoll #2E7D8B

Tints of Atoll #2E7D8B

Color information

#2E7D8B (or 0x2E7D8B) is unknown color: approx Atoll. HEX triplet: 2E, 7D and 8B. RGB value is (46,125,139). Sum of RGB (Red+Green+Blue) = 46+125+139=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E7D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7D8B is #D18274. Grayscale: #666666. Windows color (decimal): -13730421 or 9141550. OLE color: 9141550.

HSL color Cylindrical-coordinate representation of color #2E7D8B: hue angle of 189.03º degrees, saturation: 0.5, 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 #2E7D8B is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB46125139-
CMYK0.670.1000.45
HSL189.03º50.27%36.27%-
HSV(B)189.03º66.91%54.51%-
XYZ13.1217.1127.04-
YUV102.98148.3387.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.84%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=14.84%
G=40.32%
B=44.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461251390.670.1000.45189.0350.2736.27
Hex2E7D8B43A02Dbd3224
Octal56175213103120552756244
Binary10111011111011000101110000111010010110110111101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,125,139); }

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

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

 a { background-color: rgb(46,125,139); }

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

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

 span { border-color: rgb(46,125,139); }

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