#31504E

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

Shades of Blue Dianne #31504E

Tints of Blue Dianne #31504E

Color information

#31504E (or 0x31504E) is unknown color: approx Blue Dianne. HEX triplet: 31, 50 and 4E. RGB value is (49,80,78). Sum of RGB (Red+Green+Blue) = 49+80+78=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #31504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31504E is #CEAFB1. Grayscale: #464646. Windows color (decimal): -13545394 or 5132337. OLE color: 5132337.

HSL color Cylindrical-coordinate representation of color #31504E: hue angle of 176.13º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #31504E is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB498078-
CMYK0.3900.020.69
HSL176.13º24.03%25.29%-
HSV(B)176.13º38.75%31.37%-
XYZ5.516.948.26-
YUV70.5132.23112.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=23.67%
G=38.65%
B=37.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980780.3900.020.69176.1324.0325.29
Hex31504E270245b01819
Octal6112011647021052603031
Binary110001101000010011101001110101000101101100001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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