#2E504B

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

Shades of Blue Dianne #2E504B

Tints of Blue Dianne #2E504B

Color information

#2E504B (or 0x2E504B) is unknown color: approx Blue Dianne. HEX triplet: 2E, 50 and 4B. RGB value is (46,80,75). Sum of RGB (Red+Green+Blue) = 46+80+75=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #2E504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E504B is #D1AFB4. Grayscale: #454545. Windows color (decimal): -13742005 or 4935726. OLE color: 4935726.

HSL color Cylindrical-coordinate representation of color #2E504B: hue angle of 171.18º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E504B is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB468075-
CMYK0.4200.060.69
HSL171.18º26.98%24.71%-
HSV(B)171.18º42.5%31.37%-
XYZ5.276.837.7-
YUV69.26131.24111.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=22.89%
G=39.80%
B=37.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4680750.4200.060.69171.1826.9824.71
Hex2E504B2A0645ab1b19
Octal5612011352061052533331
Binary1011101010000100101110101001101000101101010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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