#2E7475

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

Shades of Atoll #2E7475

Tints of Atoll #2E7475

Color information

#2E7475 (or 0x2E7475) is unknown color: approx Atoll. HEX triplet: 2E, 74 and 75. RGB value is (46,116,117). Sum of RGB (Red+Green+Blue) = 46+116+117=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E7475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7475 is #D18B8A. Grayscale: #5F5F5F. Windows color (decimal): -13732747 or 7697454. OLE color: 7697454.

HSL color Cylindrical-coordinate representation of color #2E7475: hue angle of 180.85º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7475 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB46116117-
CMYK0.610.0100.54
HSL180.85º43.56%31.96%-
HSV(B)180.85º60.68%45.88%-
XYZ10.5814.3619.04-
YUV95.18140.3192.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.49%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=16.49%
G=41.58%
B=41.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal461161170.610.0100.54180.8543.5631.96
Hex2E74753D1036b52c20
Octal561641657510662655440
Binary101110111010011101011111011011011010110101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,116,117); }

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

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

 a { background-color: rgb(46,116,117); }

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

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

 span { border-color: rgb(46,116,117); }

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