#2C6979

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

Shades of Allports #2C6979

Tints of Allports #2C6979

Color information

#2C6979 (or 0x2C6979) is unknown color: approx Allports. HEX triplet: 2C, 69 and 79. RGB value is (44,105,121). Sum of RGB (Red+Green+Blue) = 44+105+121=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #2C6979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6979 is #D39686. Grayscale: #585858. Windows color (decimal): -13866631 or 7956780. OLE color: 7956780.

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

Color convert

RGB44105121-
CMYK0.640.1300.53
HSL192.47º46.67%32.35%-
HSV(B)192.47º63.64%47.45%-
XYZ9.5412.0219.91-
YUV88.58146.2996.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.30%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=16.30%
G=38.89%
B=44.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441051210.640.1300.53192.4746.6732.35
Hex2C697940D035c02f20
Octal54151171100150653005740
Binary1011001101001111100110000001101011010111000000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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