#2A707E

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

Shades of Allports #2A707E

Tints of Allports #2A707E

Color information

#2A707E (or 0x2A707E) is unknown color: approx Allports. HEX triplet: 2A, 70 and 7E. RGB value is (42,112,126). Sum of RGB (Red+Green+Blue) = 42+112+126=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #2A707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A707E is #D58F81. Grayscale: #5C5C5C. Windows color (decimal): -13995906 or 8286250. OLE color: 8286250.

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

Color convert

RGB42112126-
CMYK0.670.1100.51
HSL190º50%32.94%-
HSV(B)190º66.67%49.41%-
XYZ10.5113.5921.81-
YUV92.67146.8191.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 126 (49.61% from 255) = 45%
R=15%
G=40%
B=45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal421121260.670.1100.511905032.94
Hex2A707E43B033be3221
Octal52160176103130632766241
Binary1010101110000111111010000111011011001110111110110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,112,126); }

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

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

 a { background-color: rgb(42,112,126); }

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

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

 span { border-color: rgb(42,112,126); }

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