#2C677E

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

Shades of Allports #2C677E

Tints of Allports #2C677E

Color information

#2C677E (or 0x2C677E) is unknown color: approx Allports. HEX triplet: 2C, 67 and 7E. RGB value is (44,103,126). Sum of RGB (Red+Green+Blue) = 44+103+126=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C677E is #D39881. Grayscale: #575757. Windows color (decimal): -13867138 or 8283948. OLE color: 8283948.

HSL color Cylindrical-coordinate representation of color #2C677E: hue angle of 196.83º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C677E is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB44103126-
CMYK0.650.1800.51
HSL196.83º48.24%33.33%-
HSV(B)196.83º65.08%49.41%-
XYZ9.6511.7421.5-
YUV87.98149.4596.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.12%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 126 (49.61% from 255) = 46.15%
R=16.12%
G=37.73%
B=46.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal441031260.650.1800.51196.8348.2433.33
Hex2C677E4112033c53021
Octal54147176101220633056041
Binary10110011001111111110100000110010011001111000101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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