#315752

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

Shades of Blue Dianne #315752

Tints of Blue Dianne #315752

Color information

#315752 (or 0x315752) is unknown color: approx Blue Dianne. HEX triplet: 31, 57 and 52. RGB value is (49,87,82). Sum of RGB (Red+Green+Blue) = 49+87+82=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #315752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315752 is #CEA8AD. Grayscale: #4B4B4B. Windows color (decimal): -13543598 or 5396273. OLE color: 5396273.

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

Color convert

RGB498782-
CMYK0.4400.060.66
HSL172.11º27.94%26.67%-
HSV(B)172.11º43.68%34.12%-
XYZ6.28.089.22-
YUV75.07131.91109.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=22.48%
G=39.91%
B=37.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987820.4400.060.66172.1127.9426.67
Hex3157522C0642ac1c1b
Octal6112712254061022543433
Binary1100011010111101001010110001101000010101011001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315752; }

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

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

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

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

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

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

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

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