#2C6E74

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

Shades of Atoll #2C6E74

Tints of Atoll #2C6E74

Color information

#2C6E74 (or 0x2C6E74) is unknown color: approx Atoll. HEX triplet: 2C, 6E and 74. RGB value is (44,110,116). Sum of RGB (Red+Green+Blue) = 44+110+116=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C6E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6E74 is #D3918B. Grayscale: #5A5A5A. Windows color (decimal): -13865356 or 7630380. OLE color: 7630380.

HSL color Cylindrical-coordinate representation of color #2C6E74: hue angle of 185º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C6E74 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB44110116-
CMYK0.620.0500.55
HSL185º45%31.37%-
HSV(B)185º62.07%45.49%-
XYZ9.7712.9518.51-
YUV90.95142.1394.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.30%
GREEN value IS 110 (43.36% from 255) = 40.74%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=16.30%
G=40.74%
B=42.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal441101160.620.0500.551854531.37
Hex2C6E743E5037b92d1f
Octal541561647650672715537
Binary1011001101110111010011111010101101111011100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,110,116); }

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

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

 a { background-color: rgb(44,110,116); }

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

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

 span { border-color: rgb(44,110,116); }

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