#2A727F

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

Shades of Allports #2A727F

Tints of Allports #2A727F

Color information

#2A727F (or 0x2A727F) is unknown color: approx Allports. HEX triplet: 2A, 72 and 7F. RGB value is (42,114,127). Sum of RGB (Red+Green+Blue) = 42+114+127=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A727F is #D58D80. Grayscale: #5D5D5D. Windows color (decimal): -13995393 or 8352298. OLE color: 8352298.

HSL color Cylindrical-coordinate representation of color #2A727F: hue angle of 189.18º 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 #2A727F is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB42114127-
CMYK0.670.1000.50
HSL189.18º50.3%33.14%-
HSV(B)189.18º66.93%49.8%-
XYZ10.814.0622.22-
YUV93.95146.6590.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.84%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 127 (50% from 255) = 44.88%
R=14.84%
G=40.28%
B=44.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal421141270.670.1000.50189.1850.333.14
Hex2A727F43A032bd3221
Octal52162177103120622756241
Binary1010101110010111111110000111010011001010111101110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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