#315754

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

Shades of Blue Dianne #315754

Tints of Blue Dianne #315754

Color information

#315754 (or 0x315754) is unknown color: approx Blue Dianne. HEX triplet: 31, 57 and 54. RGB value is (49,87,84). Sum of RGB (Red+Green+Blue) = 49+87+84=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #315754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315754 is #CEA8AB. Grayscale: #4B4B4B. Windows color (decimal): -13543596 or 5527345. OLE color: 5527345.

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

Color convert

RGB498784-
CMYK0.4400.030.66
HSL175.26º27.94%26.67%-
HSV(B)175.26º43.68%34.12%-
XYZ6.288.119.62-
YUV75.3132.91109.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 87 (34.38% from 255) = 39.55%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=22.27%
G=39.55%
B=38.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987840.4400.030.66175.2627.9426.67
Hex3157542C0342af1c1b
Octal6112712454031022573433
Binary110001101011110101001011000111000010101011111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315754; }

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

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

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

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

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

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

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

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