#315B73

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

Shades of Blumine #315B73

Tints of Blumine #315B73

Color information

#315B73 (or 0x315B73) is unknown color: approx Blumine. HEX triplet: 31, 5B and 73. RGB value is (49,91,115). Sum of RGB (Red+Green+Blue) = 49+91+115=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #315B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B73 is #CEA48C. Grayscale: #515151. Windows color (decimal): -13542541 or 7559985. OLE color: 7559985.

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

Color convert

RGB4991115-
CMYK0.570.2100.55
HSL201.82º40.24%32.16%-
HSV(B)201.82º57.39%45.1%-
XYZ8.19.3717.6-
YUV81.18147.09105.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=19.22%
G=35.69%
B=45.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49911150.570.2100.55201.8240.2432.16
Hex315B733915037ca2820
Octal6113316371250673125040
Binary1100011011011111001111100110101011011111001010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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