#2c747c

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

Shades of Atoll #2C747C

Tints of Atoll #2C747C

Color information

#2C747C (or 0x2C747C) is unknown color: approx Atoll. HEX triplet: 2C, 74 and 7C. RGB value is (44,116,124). Sum of RGB (Red+Green+Blue) = 44+116+124=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C747C is #D38B83. Grayscale: #5F5F5F. Windows color (decimal): -13863812 or 8156204. OLE color: 8156204.

HSL color Cylindrical-coordinate representation of color #2C747C: hue angle of 186º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C747C is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB44116124-
CMYK0.650.0600.51
HSL186º47.62%32.94%-
HSV(B)186º64.52%48.63%-
XYZ10.9214.4821.29-
YUV95.38144.1591.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.49%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=15.49%
G=40.85%
B=43.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal441161240.650.0600.5118647.6232.94
Hex2C747C416033ba3021
Octal5416417410160632726041
Binary101100111010011111001000001110011001110111010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c747c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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