#315250

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

Shades of Blue Dianne #315250

Tints of Blue Dianne #315250

Color information

#315250 (or 0x315250) is unknown color: approx Blue Dianne. HEX triplet: 31, 52 and 50. RGB value is (49,82,80). Sum of RGB (Red+Green+Blue) = 49+82+80=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #315250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315250 is #CEADAF. Grayscale: #474747. Windows color (decimal): -13544880 or 5263921. OLE color: 5263921.

HSL color Cylindrical-coordinate representation of color #315250: hue angle of 176.36º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315250 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB498280-
CMYK0.4000.020.68
HSL176.36º25.19%25.69%-
HSV(B)176.36º40.24%32.16%-
XYZ5.737.278.69-
YUV71.9132.57111.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=23.22%
G=38.86%
B=37.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4982800.4000.020.68176.3625.1925.69
Hex315250280244b0191a
Octal6112212050021042603132
Binary110001101001010100001010000101000100101100001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315250; }

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

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

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

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

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

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

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

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