#315763

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

Shades of Blumine #315763

Tints of Blumine #315763

Color information

#315763 (or 0x315763) is unknown color: approx Blumine. HEX triplet: 31, 57 and 63. RGB value is (49,87,99). Sum of RGB (Red+Green+Blue) = 49+87+99=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #315763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315763 is #CEA89C. Grayscale: #4C4C4C. Windows color (decimal): -13543581 or 6510385. OLE color: 6510385.

HSL color Cylindrical-coordinate representation of color #315763: hue angle of 194.4º 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 #315763 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB498799-
CMYK0.510.1200.61
HSL194.4º33.78%29.02%-
HSV(B)194.4º50.51%38.82%-
XYZ6.938.3713.05-
YUV77.01140.41108.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=20.85%
G=37.02%
B=42.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4987990.510.1200.61194.433.7829.02
Hex31576333C03Dc2221d
Octal6112714363140753024235
Binary11000110101111100011110011110001111011100001010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315763; }

 p { color: rgb(49,87,99); }

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

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

 a { background-color: rgb(49,87,99); }

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

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

 span { border-color: rgb(49,87,99); }

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