#2A6681

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

Shades of Allports #2A6681

Tints of Allports #2A6681

Color information

#2A6681 (or 0x2A6681) is unknown color: approx Allports. HEX triplet: 2A, 66 and 81. RGB value is (42,102,129). Sum of RGB (Red+Green+Blue) = 42+102+129=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #2A6681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6681 is #D5997E. Grayscale: #565656. Windows color (decimal): -13998463 or 8480298. OLE color: 8480298.

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

Color convert

RGB42102129-
CMYK0.670.2100.49
HSL198.62º50.88%33.53%-
HSV(B)198.62º67.44%50.59%-
XYZ9.6711.5822.49-
YUV87.14151.6295.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=15.38%
G=37.36%
B=47.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal421021290.670.2100.49198.6250.8833.53
Hex2A66814315031c73322
Octal52146201103250613076342
Binary101010110011010000001100001110101011000111000111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,102,129); }

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

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

 a { background-color: rgb(42,102,129); }

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

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

 span { border-color: rgb(42,102,129); }

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