#2c7477

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

Shades of Atoll #2C7477

Tints of Atoll #2C7477

Color information

#2C7477 (or 0x2C7477) is unknown color: approx Atoll. HEX triplet: 2C, 74 and 77. RGB value is (44,116,119). Sum of RGB (Red+Green+Blue) = 44+116+119=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C7477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7477 is #D38B88. Grayscale: #5E5E5E. Windows color (decimal): -13863817 or 7828524. OLE color: 7828524.

HSL color Cylindrical-coordinate representation of color #2C7477: hue angle of 182.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7477 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB44116119-
CMYK0.630.0300.53
HSL182.4º46.01%31.96%-
HSV(B)182.4º63.03%46.67%-
XYZ10.6114.3619.66-
YUV94.81141.6591.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.77%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=15.77%
G=41.58%
B=42.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441161190.630.0300.53182.446.0131.96
Hex2C74773F3035b62e20
Octal541641677730652665640
Binary1011001110100111011111111111011010110110110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c7477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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