#2A677C

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

Shades of Allports #2A677C

Tints of Allports #2A677C

Color information

#2A677C (or 0x2A677C) is unknown color: approx Allports. HEX triplet: 2A, 67 and 7C. RGB value is (42,103,124). Sum of RGB (Red+Green+Blue) = 42+103+124=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A677C is #D59883. Grayscale: #575757. Windows color (decimal): -13998212 or 8152874. OLE color: 8152874.

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

Color convert

RGB42103124-
CMYK0.660.1700.51
HSL195.37º49.4%32.55%-
HSV(B)195.37º66.13%48.63%-
XYZ9.4411.6520.82-
YUV87.16148.7995.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.61%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=15.61%
G=38.29%
B=46.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal421031240.660.1700.51195.3749.432.55
Hex2A677C4211033c33121
Octal52147174102210633036141
Binary10101011001111111100100001010001011001111000011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,103,124); }

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

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

 a { background-color: rgb(42,103,124); }

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

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

 span { border-color: rgb(42,103,124); }

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