#2E534E

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

Shades of Blue Dianne #2E534E

Tints of Blue Dianne #2E534E

Color information

#2E534E (or 0x2E534E) is unknown color: approx Blue Dianne. HEX triplet: 2E, 53 and 4E. RGB value is (46,83,78). Sum of RGB (Red+Green+Blue) = 46+83+78=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #2E534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E534E is #D1ACB1. Grayscale: #474747. Windows color (decimal): -13741234 or 5133102. OLE color: 5133102.

HSL color Cylindrical-coordinate representation of color #2E534E: hue angle of 171.89º 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 #2E534E is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB468378-
CMYK0.4500.060.67
HSL171.89º28.68%25.29%-
HSV(B)171.89º44.58%32.55%-
XYZ5.67.328.33-
YUV71.37131.74109.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.22%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=22.22%
G=40.10%
B=37.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4683780.4500.060.67171.8928.6825.29
Hex2E534E2D0643ac1d19
Octal5612311655061032543531
Binary1011101010011100111010110101101000011101011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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