#2C6B78

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

Shades of Allports #2C6B78

Tints of Allports #2C6B78

Color information

#2C6B78 (or 0x2C6B78) is unknown color: approx Allports. HEX triplet: 2C, 6B and 78. RGB value is (44,107,120). Sum of RGB (Red+Green+Blue) = 44+107+120=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C6B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6B78 is #D39487. Grayscale: #595959. Windows color (decimal): -13866120 or 7891756. OLE color: 7891756.

HSL color Cylindrical-coordinate representation of color #2C6B78: hue angle of 190.26º 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 #2C6B78 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB44107120-
CMYK0.630.1100.53
HSL190.26º46.34%32.16%-
HSV(B)190.26º63.33%47.06%-
XYZ9.6912.4119.65-
YUV89.65145.1395.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.24%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=16.24%
G=39.48%
B=44.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441071200.630.1100.53190.2646.3432.16
Hex2C6B783FB035be2e20
Octal5415317077130652765640
Binary101100110101111110001111111011011010110111110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,107,120); }

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

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

 a { background-color: rgb(44,107,120); }

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

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

 span { border-color: rgb(44,107,120); }

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