#28544D

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

Shades of Blue Dianne #28544D

Tints of Blue Dianne #28544D

Color information

#28544D (or 0x28544D) is unknown color: approx Blue Dianne. HEX triplet: 28, 54 and 4D. RGB value is (40,84,77). Sum of RGB (Red+Green+Blue) = 40+84+77=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #28544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28544D is #D7ABB2. Grayscale: #464646. Windows color (decimal): -14134195 or 5067816. OLE color: 5067816.

HSL color Cylindrical-coordinate representation of color #28544D: hue angle of 170.45º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #28544D is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB408477-
CMYK0.5200.080.67
HSL170.45º35.48%24.31%-
HSV(B)170.45º52.38%32.94%-
XYZ5.387.338.15-
YUV70.05131.92106.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=19.90%
G=41.79%
B=38.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4084770.5200.080.67170.4535.4824.31
Hex28544D340843aa2318
Octal50124115640101032524330
Binary101000101010010011011101000100010000111010101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28544D; }

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

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

<style>
 a { background-color: #28544D; }

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

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

<style>
 span { border-color: #28544D; }

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

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