#315451

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

Shades of Blue Dianne #315451

Tints of Blue Dianne #315451

Color information

#315451 (or 0x315451) is unknown color: approx Blue Dianne. HEX triplet: 31, 54 and 51. RGB value is (49,84,81). Sum of RGB (Red+Green+Blue) = 49+84+81=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #315451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315451 is #CEABAE. Grayscale: #494949. Windows color (decimal): -13544367 or 5329969. OLE color: 5329969.

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

Color convert

RGB498481-
CMYK0.4200.040.67
HSL174.86º26.32%26.08%-
HSV(B)174.86º41.67%32.94%-
XYZ5.927.598.94-
YUV73.19132.4110.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=22.90%
G=39.25%
B=37.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984810.4200.040.67174.8626.3226.08
Hex3154512A0443af1a1a
Octal6112412152041032573232
Binary1100011010100101000110101001001000011101011111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315451; }

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

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

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

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

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

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

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

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