#2A544D

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

Shades of Blue Dianne #2A544D

Tints of Blue Dianne #2A544D

Color information

#2A544D (or 0x2A544D) is unknown color: approx Blue Dianne. HEX triplet: 2A, 54 and 4D. RGB value is (42,84,77). Sum of RGB (Red+Green+Blue) = 42+84+77=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #2A544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A544D is #D5ABB2. Grayscale: #464646. Windows color (decimal): -14003123 or 5067818. OLE color: 5067818.

HSL color Cylindrical-coordinate representation of color #2A544D: hue angle of 170º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A544D is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB428477-
CMYK0.500.080.67
HSL170º33.33%24.71%-
HSV(B)170º50%32.94%-
XYZ5.467.378.16-
YUV70.64131.59107.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=20.69%
G=41.38%
B=37.93%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4284770.500.080.6717033.3324.71
Hex2A544D320843aa2119
Octal52124115620101032524131
Binary101010101010010011011100100100010000111010101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,84,77); }

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

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

 a { background-color: rgb(42,84,77); }

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

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

 span { border-color: rgb(42,84,77); }

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