#31534D

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

Shades of Blue Dianne #31534D

Tints of Blue Dianne #31534D

Color information

#31534D (or 0x31534D) is unknown color: approx Blue Dianne. HEX triplet: 31, 53 and 4D. RGB value is (49,83,77). Sum of RGB (Red+Green+Blue) = 49+83+77=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #31534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31534D is #CEACB2. Grayscale: #484848. Windows color (decimal): -13544627 or 5067569. OLE color: 5067569.

HSL color Cylindrical-coordinate representation of color #31534D: hue angle of 169.41º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31534D is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB498377-
CMYK0.4100.070.67
HSL169.41º25.76%25.88%-
HSV(B)169.41º40.96%32.55%-
XYZ5.77.388.14-
YUV72.15130.74111.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=23.44%
G=39.71%
B=36.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983770.4100.070.67169.4125.7625.88
Hex31534D290743a91a1a
Octal6112311551071032513232
Binary1100011010011100110110100101111000011101010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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