#2E697A

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

Shades of Allports #2E697A

Tints of Allports #2E697A

Color information

#2E697A (or 0x2E697A) is unknown color: approx Allports. HEX triplet: 2E, 69 and 7A. RGB value is (46,105,122). Sum of RGB (Red+Green+Blue) = 46+105+122=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E697A is #D19685. Grayscale: #595959. Windows color (decimal): -13735558 or 8022318. OLE color: 8022318.

HSL color Cylindrical-coordinate representation of color #2E697A: hue angle of 193.42º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E697A is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB46105122-
CMYK0.620.1400.52
HSL193.42º45.24%32.94%-
HSV(B)193.42º62.3%47.84%-
XYZ9.6912.0920.24-
YUV89.3146.4597.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.85%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=16.85%
G=38.46%
B=44.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal461051220.620.1400.52193.4245.2432.94
Hex2E697A3EE034c12d21
Octal5615117276160643015541
Binary101110110100111110101111101110011010011000001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,105,122); }

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

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

 a { background-color: rgb(46,105,122); }

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

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

 span { border-color: rgb(46,105,122); }

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