#2A534B

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

Shades of Blue Dianne #2A534B

Tints of Blue Dianne #2A534B

Color information

#2A534B (or 0x2A534B) is unknown color: approx Blue Dianne. HEX triplet: 2A, 53 and 4B. RGB value is (42,83,75). Sum of RGB (Red+Green+Blue) = 42+83+75=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #2A534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A534B is #D5ACB4. Grayscale: #454545. Windows color (decimal): -14003381 or 4936490. OLE color: 4936490.

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

Color convert

RGB428375-
CMYK0.4900.100.67
HSL168.29º32.8%24.51%-
HSV(B)168.29º49.4%32.55%-
XYZ5.327.197.76-
YUV69.83130.92108.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=21%
G=41.5%
B=37.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4283750.4900.100.67168.2932.824.51
Hex2A534B310A43a82119
Octal52123113610121032504131
Binary101010101001110010111100010101010000111010100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,83,75); }

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

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

 a { background-color: rgb(42,83,75); }

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

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

 span { border-color: rgb(42,83,75); }

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