#2E7378

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

Shades of Atoll #2E7378

Tints of Atoll #2E7378

Color information

#2E7378 (or 0x2E7378) is unknown color: approx Atoll. HEX triplet: 2E, 73 and 78. RGB value is (46,115,120). Sum of RGB (Red+Green+Blue) = 46+115+120=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E7378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7378 is #D18C87. Grayscale: #5E5E5E. Windows color (decimal): -13733000 or 7893806. OLE color: 7893806.

HSL color Cylindrical-coordinate representation of color #2E7378: hue angle of 184.05º 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 #2E7378 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB46115120-
CMYK0.620.0400.53
HSL184.05º44.58%32.55%-
HSV(B)184.05º61.67%47.06%-
XYZ10.6514.219.95-
YUV94.94142.1493.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 120 (47.27% from 255) = 42.70%
R=16.37%
G=40.93%
B=42.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461151200.620.0400.53184.0544.5832.55
Hex2E73783E4035b82d21
Octal561631707640652705541
Binary10111011100111111000111110100011010110111000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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