#2A667F

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

Shades of Allports #2A667F

Tints of Allports #2A667F

Color information

#2A667F (or 0x2A667F) is unknown color: approx Allports. HEX triplet: 2A, 66 and 7F. RGB value is (42,102,127). Sum of RGB (Red+Green+Blue) = 42+102+127=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A667F is #D59980. Grayscale: #565656. Windows color (decimal): -13998465 or 8349226. OLE color: 8349226.

HSL color Cylindrical-coordinate representation of color #2A667F: hue angle of 197.65º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A667F is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB42102127-
CMYK0.670.2000.50
HSL197.65º50.3%33.14%-
HSV(B)197.65º66.93%49.8%-
XYZ9.5411.5321.8-
YUV86.91150.6295.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 127 (50% from 255) = 46.86%
R=15.50%
G=37.64%
B=46.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal421021270.670.2000.50197.6550.333.14
Hex2A667F4314032c63221
Octal52146177103240623066241
Binary10101011001101111111100001110100011001011000110110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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