#315350

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

Shades of Blue Dianne #315350

Tints of Blue Dianne #315350

Color information

#315350 (or 0x315350) is unknown color: approx Blue Dianne. HEX triplet: 31, 53 and 50. RGB value is (49,83,80). Sum of RGB (Red+Green+Blue) = 49+83+80=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #315350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315350 is #CEACAF. Grayscale: #484848. Windows color (decimal): -13544624 or 5264177. OLE color: 5264177.

HSL color Cylindrical-coordinate representation of color #315350: hue angle of 174.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #315350 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB498380-
CMYK0.4100.040.67
HSL174.71º25.76%25.88%-
HSV(B)174.71º40.96%32.55%-
XYZ5.817.428.72-
YUV72.49132.24111.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=23.11%
G=39.15%
B=37.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983800.4100.040.67174.7125.7625.88
Hex315350290443af1a1a
Octal6112312051041032573232
Binary1100011010011101000010100101001000011101011111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315350; }

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

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

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

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

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

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

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

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