#2E524B

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

Shades of Blue Dianne #2E524B

Tints of Blue Dianne #2E524B

Color information

#2E524B (or 0x2E524B) is unknown color: approx Blue Dianne. HEX triplet: 2E, 52 and 4B. RGB value is (46,82,75). Sum of RGB (Red+Green+Blue) = 46+82+75=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #2E524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E524B is #D1ADB4. Grayscale: #464646. Windows color (decimal): -13741493 or 4936238. OLE color: 4936238.

HSL color Cylindrical-coordinate representation of color #2E524B: hue angle of 168.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E524B is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB468275-
CMYK0.4400.090.68
HSL168.33º28.12%25.1%-
HSV(B)168.33º43.9%32.16%-
XYZ5.417.127.75-
YUV70.44130.57110.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=22.66%
G=40.39%
B=36.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4682750.4400.090.68168.3328.1225.1
Hex2E524B2C0944a81c19
Octal56122113540111042503431
Binary10111010100101001011101100010011000100101010001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,82,75); }

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

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

 a { background-color: rgb(46,82,75); }

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

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

 span { border-color: rgb(46,82,75); }

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