#315B71

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

Shades of Blumine #315B71

Tints of Blumine #315B71

Color information

#315B71 (or 0x315B71) is unknown color: approx Blumine. HEX triplet: 31, 5B and 71. RGB value is (49,91,113). Sum of RGB (Red+Green+Blue) = 49+91+113=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #315B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B71 is #CEA48E. Grayscale: #505050. Windows color (decimal): -13542543 or 7428913. OLE color: 7428913.

HSL color Cylindrical-coordinate representation of color #315B71: hue angle of 200.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315B71 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4991113-
CMYK0.570.1900.56
HSL200.62º39.51%31.76%-
HSV(B)200.62º56.64%44.31%-
XYZ7.999.3317-
YUV80.95146.09105.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=19.37%
G=35.97%
B=44.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49911130.570.1900.56200.6239.5131.76
Hex315B713913038c92820
Octal6113316171230703115040
Binary1100011011011111000111100110011011100011001001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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