#2E7078

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

Shades of Atoll #2E7078

Tints of Atoll #2E7078

Color information

#2E7078 (or 0x2E7078) is unknown color: approx Atoll. HEX triplet: 2E, 70 and 78. RGB value is (46,112,120). Sum of RGB (Red+Green+Blue) = 46+112+120=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E7078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7078 is #D18F87. Grayscale: #5D5D5D. Windows color (decimal): -13733768 or 7893038. OLE color: 7893038.

HSL color Cylindrical-coordinate representation of color #2E7078: hue angle of 186.49º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7078 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB46112120-
CMYK0.620.0700.53
HSL186.49º44.58%32.55%-
HSV(B)186.49º61.67%47.06%-
XYZ10.3113.5319.84-
YUV93.18143.1394.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.55%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=16.55%
G=40.29%
B=43.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461121200.620.0700.53186.4944.5832.55
Hex2E70783E7035ba2d21
Octal561601707670652725541
Binary10111011100001111000111110111011010110111010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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