#2C696A

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

Shades of Atoll #2C696A

Tints of Atoll #2C696A

Color information

#2C696A (or 0x2C696A) is unknown color: approx Atoll. HEX triplet: 2C, 69 and 6A. RGB value is (44,105,106). Sum of RGB (Red+Green+Blue) = 44+105+106=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C696A is #D39695. Grayscale: #565656. Windows color (decimal): -13866646 or 6973740. OLE color: 6973740.

HSL color Cylindrical-coordinate representation of color #2C696A: hue angle of 180.97º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C696A is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB44105106-
CMYK0.580.0100.58
HSL180.97º41.33%29.41%-
HSV(B)180.97º58.49%41.57%-
XYZ8.6911.6815.43-
YUV86.88138.7997.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.25%
GREEN value IS 105 (41.41% from 255) = 41.18%
BLUE value IS 106 (41.80% from 255) = 41.57%
R=17.25%
G=41.18%
B=41.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal441051060.580.0100.58180.9741.3329.41
Hex2C696A3A103Ab5291d
Octal541511527210722655135
Binary10110011010011101010111010101110101011010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,105,106); }

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

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

 a { background-color: rgb(44,105,106); }

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

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

 span { border-color: rgb(44,105,106); }

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