#2A544E

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

Shades of Blue Dianne #2A544E

Tints of Blue Dianne #2A544E

Color information

#2A544E (or 0x2A544E) is unknown color: approx Blue Dianne. HEX triplet: 2A, 54 and 4E. RGB value is (42,84,78). Sum of RGB (Red+Green+Blue) = 42+84+78=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #2A544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A544E is #D5ABB1. Grayscale: #464646. Windows color (decimal): -14003122 or 5133354. OLE color: 5133354.

HSL color Cylindrical-coordinate representation of color #2A544E: hue angle of 171.43º 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 #2A544E is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB428478-
CMYK0.500.070.67
HSL171.43º33.33%24.71%-
HSV(B)171.43º50%32.94%-
XYZ5.57.388.34-
YUV70.76132.09107.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=20.59%
G=41.18%
B=38.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4284780.500.070.67171.4333.3324.71
Hex2A544E320743ab2119
Octal5212411662071032534131
Binary10101010101001001110110010011110000111010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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