#2B534D

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

Shades of Blue Dianne #2B534D

Tints of Blue Dianne #2B534D

Color information

#2B534D (or 0x2B534D) is unknown color: approx Blue Dianne. HEX triplet: 2B, 53 and 4D. RGB value is (43,83,77). Sum of RGB (Red+Green+Blue) = 43+83+77=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #2B534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B534D is #D4ACB2. Grayscale: #464646. Windows color (decimal): -13937843 or 5067563. OLE color: 5067563.

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

Color convert

RGB438377-
CMYK0.4800.070.67
HSL171º31.75%24.71%-
HSV(B)171º48.19%32.55%-
XYZ5.437.248.13-
YUV70.36131.75108.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.18%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=21.18%
G=40.89%
B=37.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4383770.4800.070.6717131.7524.71
Hex2B534D300743ab2019
Octal5312311560071032534031
Binary10101110100111001101110000011110000111010101110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,77); }

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

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

 a { background-color: rgb(43,83,77); }

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

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

 span { border-color: rgb(43,83,77); }

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