#315850

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

Shades of Blue Dianne #315850

Tints of Blue Dianne #315850

Color information

#315850 (or 0x315850) is unknown color: approx Blue Dianne. HEX triplet: 31, 58 and 50. RGB value is (49,88,80). Sum of RGB (Red+Green+Blue) = 49+88+80=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #315850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315850 is #CEA7AF. Grayscale: #4B4B4B. Windows color (decimal): -13543344 or 5265457. OLE color: 5265457.

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

Color convert

RGB498880-
CMYK0.4400.090.65
HSL167.69º28.47%26.86%-
HSV(B)167.69º44.32%34.51%-
XYZ6.28.218.85-
YUV75.43130.58109.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=22.58%
G=40.55%
B=36.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988800.4400.090.65167.6928.4726.86
Hex3158502C0941a81c1b
Octal61130120540111012503433
Binary11000110110001010000101100010011000001101010001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315850; }

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

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

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

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

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

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

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

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