#2e697b

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

Shades of Allports #2E697B

Tints of Allports #2E697B

Color information

#2E697B (or 0x2E697B) is unknown color: approx Allports. HEX triplet: 2E, 69 and 7B. RGB value is (46,105,123). Sum of RGB (Red+Green+Blue) = 46+105+123=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E697B is #D19684. Grayscale: #595959. Windows color (decimal): -13735557 or 8087854. OLE color: 8087854.

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

Color convert

RGB46105123-
CMYK0.630.1500.52
HSL194.03º45.56%33.14%-
HSV(B)194.03º62.6%48.24%-
XYZ9.7512.1120.56-
YUV89.41146.9597.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.79%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=16.79%
G=38.32%
B=44.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal461051230.630.1500.52194.0345.5633.14
Hex2E697B3FF034c22e21
Octal5615117377170643025641
Binary101110110100111110111111111111011010011000010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e697b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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