#31554E

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

Shades of Blue Dianne #31554E

Tints of Blue Dianne #31554E

Color information

#31554E (or 0x31554E) is unknown color: approx Blue Dianne. HEX triplet: 31, 55 and 4E. RGB value is (49,85,78). Sum of RGB (Red+Green+Blue) = 49+85+78=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #31554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31554E is #CEAAB1. Grayscale: #494949. Windows color (decimal): -13544114 or 5133617. OLE color: 5133617.

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

Color convert

RGB498578-
CMYK0.4200.080.67
HSL168.33º26.87%26.27%-
HSV(B)168.33º42.35%33.33%-
XYZ5.897.78.38-
YUV73.44130.57110.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=23.11%
G=40.09%
B=36.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985780.4200.080.67168.3326.8726.27
Hex31554E2A0843a81b1a
Octal61125116520101032503332
Binary11000110101011001110101010010001000011101010001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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