#2E687D

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

Shades of Allports #2E687D

Tints of Allports #2E687D

Color information

#2E687D (or 0x2E687D) is unknown color: approx Allports. HEX triplet: 2E, 68 and 7D. RGB value is (46,104,125). Sum of RGB (Red+Green+Blue) = 46+104+125=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E687D is #D19782. Grayscale: #585858. Windows color (decimal): -13735811 or 8218670. OLE color: 8218670.

HSL color Cylindrical-coordinate representation of color #2E687D: hue angle of 195.95º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E687D is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB46104125-
CMYK0.630.1700.51
HSL195.95º46.2%33.53%-
HSV(B)195.95º63.2%49.02%-
XYZ9.7811.9621.2-
YUV89.05148.2897.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=16.73%
G=37.82%
B=45.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal461041250.630.1700.51195.9546.233.53
Hex2E687D3F11033c42e22
Octal5615017577210633045642
Binary1011101101000111110111111110001011001111000100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,104,125); }

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

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

 a { background-color: rgb(46,104,125); }

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

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

 span { border-color: rgb(46,104,125); }

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