#2C676E

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

Shades of Allports #2C676E

Tints of Allports #2C676E

Color information

#2C676E (or 0x2C676E) is unknown color: approx Allports. HEX triplet: 2C, 67 and 6E. RGB value is (44,103,110). Sum of RGB (Red+Green+Blue) = 44+103+110=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C676E is #D39891. Grayscale: #565656. Windows color (decimal): -13867154 or 7235372. OLE color: 7235372.

HSL color Cylindrical-coordinate representation of color #2C676E: hue angle of 186.36º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C676E is Cyan = 0.6, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB44103110-
CMYK0.60.0600.57
HSL186.36º42.86%30.2%-
HSV(B)186.36º60%43.14%-
XYZ8.711.3616.49-
YUV86.16141.4597.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.12%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=17.12%
G=40.08%
B=42.80%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal441031100.60.0600.57186.3642.8630.2
Hex2C676E3C6039ba2b1e
Octal541471567460712725336
Binary1011001100111110111011110011001110011011101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,103,110); }

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

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

 a { background-color: rgb(44,103,110); }

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

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

 span { border-color: rgb(44,103,110); }

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