#315750

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

Shades of Blue Dianne #315750

Tints of Blue Dianne #315750

Color information

#315750 (or 0x315750) is unknown color: approx Blue Dianne. HEX triplet: 31, 57 and 50. RGB value is (49,87,80). Sum of RGB (Red+Green+Blue) = 49+87+80=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #315750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315750 is #CEA8AF. Grayscale: #4A4A4A. Windows color (decimal): -13543600 or 5265201. OLE color: 5265201.

HSL color Cylindrical-coordinate representation of color #315750: hue angle of 168.95º 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 #315750 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB498780-
CMYK0.4400.080.66
HSL168.95º27.94%26.67%-
HSV(B)168.95º43.68%34.12%-
XYZ6.128.058.82-
YUV74.84130.91109.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=22.69%
G=40.28%
B=37.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987800.4400.080.66168.9527.9426.67
Hex3157502C0842a91c1b
Octal61127120540101022513433
Binary11000110101111010000101100010001000010101010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315750; }

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

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

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

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

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

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

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

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