#315B64

Color #315B64 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #315B64

Tints of Blumine #315B64

Color information

#315B64 (or 0x315B64) is unknown color: approx Blumine. HEX triplet: 31, 5B and 64. RGB value is (49,91,100). Sum of RGB (Red+Green+Blue) = 49+91+100=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #315B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B64 is #CEA49B. Grayscale: #4F4F4F. Windows color (decimal): -13542556 or 6576945. OLE color: 6576945.

HSL color Cylindrical-coordinate representation of color #315B64: hue angle of 190.59º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315B64 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4991100-
CMYK0.510.0900.61
HSL190.59º34.23%29.22%-
HSV(B)190.59º51%39.22%-
XYZ7.319.0613.42-
YUV79.47139.59106.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 100 (39.45% from 255) = 41.67%
R=20.42%
G=37.92%
B=41.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49911000.510.0900.61190.5934.2329.22
Hex315B6433903Dbf221d
Octal6113314463110752774235
Binary11000110110111100100110011100101111011011111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315B64; }

 p { color: rgb(49,91,100); }

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

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

 a { background-color: rgb(49,91,100); }

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

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

 span { border-color: rgb(49,91,100); }

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