#315751

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

Shades of Blue Dianne #315751

Tints of Blue Dianne #315751

Color information

#315751 (or 0x315751) is unknown color: approx Blue Dianne. HEX triplet: 31, 57 and 51. RGB value is (49,87,81). Sum of RGB (Red+Green+Blue) = 49+87+81=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #315751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315751 is #CEA8AE. Grayscale: #4A4A4A. Windows color (decimal): -13543599 or 5330737. OLE color: 5330737.

HSL color Cylindrical-coordinate representation of color #315751: hue angle of 170.53º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315751 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB498781-
CMYK0.4400.070.66
HSL170.53º27.94%26.67%-
HSV(B)170.53º43.68%34.12%-
XYZ6.168.069.02-
YUV74.95131.41109.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=22.58%
G=40.09%
B=37.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987810.4400.070.66170.5327.9426.67
Hex3157512C0742ab1c1b
Octal6112712154071022533433
Binary1100011010111101000110110001111000010101010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315751; }

 p { color: rgb(49,87,81); }

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

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

 a { background-color: rgb(49,87,81); }

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

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

 span { border-color: rgb(49,87,81); }

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