#315D65

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

Shades of Blumine #315D65

Tints of Blumine #315D65

Color information

#315D65 (or 0x315D65) is unknown color: approx Blumine. HEX triplet: 31, 5D and 65. RGB value is (49,93,101). Sum of RGB (Red+Green+Blue) = 49+93+101=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #315D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D65 is #CEA29A. Grayscale: #505050. Windows color (decimal): -13542043 or 6642993. OLE color: 6642993.

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

Color convert

RGB4993101-
CMYK0.510.0800.60
HSL189.23º34.67%29.41%-
HSV(B)189.23º51.49%39.61%-
XYZ7.539.4213.73-
YUV80.76139.42105.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=20.16%
G=38.27%
B=41.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49931010.510.0800.60189.2334.6729.41
Hex315D6533803Cbd231d
Octal6113514563100742754335
Binary11000110111011100101110011100001111001011110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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