#2E554F

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

Shades of Blue Dianne #2E554F

Tints of Blue Dianne #2E554F

Color information

#2E554F (or 0x2E554F) is unknown color: approx Blue Dianne. HEX triplet: 2E, 55 and 4F. RGB value is (46,85,79). Sum of RGB (Red+Green+Blue) = 46+85+79=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #2E554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E554F is #D1AAB0. Grayscale: #484848. Windows color (decimal): -13740721 or 5199150. OLE color: 5199150.

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

Color convert

RGB468579-
CMYK0.4600.070.67
HSL170.77º29.77%25.69%-
HSV(B)170.77º45.88%33.33%-
XYZ5.797.648.57-
YUV72.66131.58108.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=21.90%
G=40.48%
B=37.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4685790.4600.070.67170.7729.7725.69
Hex2E554F2E0743ab1e1a
Octal5612511756071032533632
Binary1011101010101100111110111001111000011101010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,85,79); }

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

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

 a { background-color: rgb(46,85,79); }

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

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

 span { border-color: rgb(46,85,79); }

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