#315A56

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

Shades of Blue Dianne #315A56

Tints of Blue Dianne #315A56

Color information

#315A56 (or 0x315A56) is unknown color: approx Blue Dianne. HEX triplet: 31, 5A and 56. RGB value is (49,90,86). Sum of RGB (Red+Green+Blue) = 49+90+86=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #315A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A56 is #CEA5A9. Grayscale: #4D4D4D. Windows color (decimal): -13542826 or 5659185. OLE color: 5659185.

HSL color Cylindrical-coordinate representation of color #315A56: hue angle of 174.15º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A56 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB499086-
CMYK0.4600.040.65
HSL174.15º29.5%27.25%-
HSV(B)174.15º45.56%35.29%-
XYZ6.68.6410.12-
YUV77.28132.92107.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=21.78%
G=40%
B=38.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4990860.4600.040.65174.1529.527.25
Hex315A562E0441ae1d1b
Octal6113212656041012563533
Binary1100011011010101011010111001001000001101011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315A56; }

 p { color: rgb(49,90,86); }

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

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

 a { background-color: rgb(49,90,86); }

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

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

 span { border-color: rgb(49,90,86); }

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