#31554D

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

Shades of Blue Dianne #31554D

Tints of Blue Dianne #31554D

Color information

#31554D (or 0x31554D) is unknown color: approx Blue Dianne. HEX triplet: 31, 55 and 4D. RGB value is (49,85,77). Sum of RGB (Red+Green+Blue) = 49+85+77=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #31554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31554D is #CEAAB2. Grayscale: #494949. Windows color (decimal): -13544115 or 5068081. OLE color: 5068081.

HSL color Cylindrical-coordinate representation of color #31554D: hue angle of 166.67º 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 #31554D is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB498577-
CMYK0.4200.090.67
HSL166.67º26.87%26.27%-
HSV(B)166.67º42.35%33.33%-
XYZ5.857.698.2-
YUV73.32130.07110.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=23.22%
G=40.28%
B=36.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985770.4200.090.67166.6726.8726.27
Hex31554D2A0943a71b1a
Octal61125115520111032473332
Binary11000110101011001101101010010011000011101001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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