#315665

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

Shades of Blumine #315665

Tints of Blumine #315665

Color information

#315665 (or 0x315665) is unknown color: approx Blumine. HEX triplet: 31, 56 and 65. RGB value is (49,86,101). Sum of RGB (Red+Green+Blue) = 49+86+101=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #315665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315665 is #CEA99A. Grayscale: #4C4C4C. Windows color (decimal): -13543835 or 6641201. OLE color: 6641201.

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

Color convert

RGB4986101-
CMYK0.510.1500.60
HSL197.31º34.67%29.41%-
HSV(B)197.31º51.49%39.61%-
XYZ6.948.2513.54-
YUV76.65141.74108.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=20.76%
G=36.44%
B=42.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49861010.510.1500.60197.3134.6729.41
Hex31566533F03Cc5231d
Octal6112614563170743054335
Binary11000110101101100101110011111101111001100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315665; }

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

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

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

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

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

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

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

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