#315765

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

Shades of Blumine #315765

Tints of Blumine #315765

Color information

#315765 (or 0x315765) is unknown color: approx Blumine. HEX triplet: 31, 57 and 65. RGB value is (49,87,101). Sum of RGB (Red+Green+Blue) = 49+87+101=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #315765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315765 is #CEA89A. Grayscale: #4D4D4D. Windows color (decimal): -13543579 or 6641457. OLE color: 6641457.

HSL color Cylindrical-coordinate representation of color #315765: hue angle of 196.15º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315765 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4987101-
CMYK0.510.1400.60
HSL196.15º34.67%29.41%-
HSV(B)196.15º51.49%39.61%-
XYZ7.028.4113.56-
YUV77.23141.41107.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=20.68%
G=36.71%
B=42.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49871010.510.1400.60196.1534.6729.41
Hex31576533E03Cc4231d
Octal6112714563160743044335
Binary11000110101111100101110011111001111001100010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315765; }

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

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

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

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

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

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

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

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