#31554F

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

Shades of Blue Dianne #31554F

Tints of Blue Dianne #31554F

Color information

#31554F (or 0x31554F) is unknown color: approx Blue Dianne. HEX triplet: 31, 55 and 4F. RGB value is (49,85,79). Sum of RGB (Red+Green+Blue) = 49+85+79=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #31554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31554F is #CEAAB0. Grayscale: #494949. Windows color (decimal): -13544113 or 5199153. OLE color: 5199153.

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

Color convert

RGB498579-
CMYK0.4200.070.67
HSL170º26.87%26.27%-
HSV(B)170º42.35%33.33%-
XYZ5.937.718.57-
YUV73.55131.07110.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=23.00%
G=39.91%
B=37.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985790.4200.070.6717026.8726.27
Hex31554F2A0743aa1b1a
Octal6112511752071032523332
Binary1100011010101100111110101001111000011101010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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