#31534F

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

Shades of Blue Dianne #31534F

Tints of Blue Dianne #31534F

Color information

#31534F (or 0x31534F) is unknown color: approx Blue Dianne. HEX triplet: 31, 53 and 4F. RGB value is (49,83,79). Sum of RGB (Red+Green+Blue) = 49+83+79=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #31534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31534F is #CEACB0. Grayscale: #484848. Windows color (decimal): -13544625 or 5198641. OLE color: 5198641.

HSL color Cylindrical-coordinate representation of color #31534F: hue angle of 172.94º 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 #31534F is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB498379-
CMYK0.4100.050.67
HSL172.94º25.76%25.88%-
HSV(B)172.94º40.96%32.55%-
XYZ5.777.48.52-
YUV72.38131.74111.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=23.22%
G=39.34%
B=37.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983790.4100.050.67172.9425.7625.88
Hex31534F290543ad1a1a
Octal6112311751051032553232
Binary1100011010011100111110100101011000011101011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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