#2E534D

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

Shades of Blue Dianne #2E534D

Tints of Blue Dianne #2E534D

Color information

#2E534D (or 0x2E534D) is unknown color: approx Blue Dianne. HEX triplet: 2E, 53 and 4D. RGB value is (46,83,77). Sum of RGB (Red+Green+Blue) = 46+83+77=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #2E534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E534D is #D1ACB2. Grayscale: #474747. Windows color (decimal): -13741235 or 5067566. OLE color: 5067566.

HSL color Cylindrical-coordinate representation of color #2E534D: hue angle of 170.27º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E534D is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB468377-
CMYK0.4500.070.67
HSL170.27º28.68%25.29%-
HSV(B)170.27º44.58%32.55%-
XYZ5.567.38.14-
YUV71.25131.24109.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.33%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=22.33%
G=40.29%
B=37.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4683770.4500.070.67170.2728.6825.29
Hex2E534D2D0743aa1d19
Octal5612311555071032523531
Binary1011101010011100110110110101111000011101010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,83,77); }

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

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

 a { background-color: rgb(46,83,77); }

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

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

 span { border-color: rgb(46,83,77); }

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