#2C6A78

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

Shades of Allports #2C6A78

Tints of Allports #2C6A78

Color information

#2C6A78 (or 0x2C6A78) is unknown color: approx Allports. HEX triplet: 2C, 6A and 78. RGB value is (44,106,120). Sum of RGB (Red+Green+Blue) = 44+106+120=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C6A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6A78 is #D39587. Grayscale: #585858. Windows color (decimal): -13866376 or 7891500. OLE color: 7891500.

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

Color convert

RGB44106120-
CMYK0.630.1200.53
HSL191.05º46.34%32.16%-
HSV(B)191.05º63.33%47.06%-
XYZ9.5812.219.62-
YUV89.06145.4695.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.30%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=16.30%
G=39.26%
B=44.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441061200.630.1200.53191.0546.3432.16
Hex2C6A783FC035bf2e20
Octal5415217077140652775640
Binary101100110101011110001111111100011010110111111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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