#315E73

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

Shades of Blumine #315E73

Tints of Blumine #315E73

Color information

#315E73 (or 0x315E73) is unknown color: approx Blumine. HEX triplet: 31, 5E and 73. RGB value is (49,94,115). Sum of RGB (Red+Green+Blue) = 49+94+115=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #315E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E73 is #CEA18C. Grayscale: #525252. Windows color (decimal): -13541773 or 7560753. OLE color: 7560753.

HSL color Cylindrical-coordinate representation of color #315E73: hue angle of 199.09º 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 #315E73 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4994115-
CMYK0.570.1800.55
HSL199.09º40.24%32.16%-
HSV(B)199.09º57.39%45.1%-
XYZ8.369.917.69-
YUV82.94146.09103.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=18.99%
G=36.43%
B=44.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49941150.570.1800.55199.0940.2432.16
Hex315E733912037c72820
Octal6113616371220673075040
Binary1100011011110111001111100110010011011111000111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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