#315954

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

Shades of Blue Dianne #315954

Tints of Blue Dianne #315954

Color information

#315954 (or 0x315954) is unknown color: approx Blue Dianne. HEX triplet: 31, 59 and 54. RGB value is (49,89,84). Sum of RGB (Red+Green+Blue) = 49+89+84=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #315954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315954 is #CEA6AB. Grayscale: #4C4C4C. Windows color (decimal): -13543084 or 5527857. OLE color: 5527857.

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

Color convert

RGB498984-
CMYK0.4500.060.65
HSL172.5º28.99%27.06%-
HSV(B)172.5º44.94%34.9%-
XYZ6.448.449.68-
YUV76.47132.25108.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=22.07%
G=40.09%
B=37.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989840.4500.060.65172.528.9927.06
Hex3159542D0641ac1d1b
Octal6113112455061012543533
Binary1100011011001101010010110101101000001101011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315954; }

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

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

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

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

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

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

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

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