#2E5653

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

Shades of Blue Dianne #2E5653

Tints of Blue Dianne #2E5653

Color information

#2E5653 (or 0x2E5653) is unknown color: approx Blue Dianne. HEX triplet: 2E, 56 and 53. RGB value is (46,86,83). Sum of RGB (Red+Green+Blue) = 46+86+83=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #2E5653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5653 is #D1A9AC. Grayscale: #494949. Windows color (decimal): -13740461 or 5461550. OLE color: 5461550.

HSL color Cylindrical-coordinate representation of color #2E5653: hue angle of 175.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5653 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB468683-
CMYK0.4700.030.66
HSL175.5º30.3%25.88%-
HSV(B)175.5º46.51%33.73%-
XYZ6.027.869.38-
YUV73.7133.25108.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=21.40%
G=40%
B=38.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4686830.4700.030.66175.530.325.88
Hex2E56532F0342b01e1a
Octal5612612357031022603632
Binary101110101011010100111011110111000010101100001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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