#315B72

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

Shades of Blumine #315B72

Tints of Blumine #315B72

Color information

#315B72 (or 0x315B72) is unknown color: approx Blumine. HEX triplet: 31, 5B and 72. RGB value is (49,91,114). Sum of RGB (Red+Green+Blue) = 49+91+114=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #315B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B72 is #CEA48D. Grayscale: #505050. Windows color (decimal): -13542542 or 7494449. OLE color: 7494449.

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

Color convert

RGB4991114-
CMYK0.570.2000.55
HSL201.23º39.88%31.96%-
HSV(B)201.23º57.02%44.71%-
XYZ8.049.3517.3-
YUV81.06146.59105.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=19.29%
G=35.83%
B=44.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49911140.570.2000.55201.2339.8831.96
Hex315B723914037c92820
Octal6113316271240673115040
Binary1100011011011111001011100110100011011111001001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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