#315351

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

Shades of Blue Dianne #315351

Tints of Blue Dianne #315351

Color information

#315351 (or 0x315351) is unknown color: approx Blue Dianne. HEX triplet: 31, 53 and 51. RGB value is (49,83,81). Sum of RGB (Red+Green+Blue) = 49+83+81=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #315351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315351 is #CEACAE. Grayscale: #484848. Windows color (decimal): -13544623 or 5329713. OLE color: 5329713.

HSL color Cylindrical-coordinate representation of color #315351: hue angle of 176.47º 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 #315351 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB498381-
CMYK0.4100.020.67
HSL176.47º25.76%25.88%-
HSV(B)176.47º40.96%32.55%-
XYZ5.857.438.91-
YUV72.61132.74111.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=23.00%
G=38.97%
B=38.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983810.4100.020.67176.4725.7625.88
Hex315351290243b01a1a
Octal6112312151021032603232
Binary110001101001110100011010010101000011101100001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315351; }

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

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

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

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

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

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

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

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