#315C6B

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

Shades of Blumine #315C6B

Tints of Blumine #315C6B

Color information

#315C6B (or 0x315C6B) is unknown color: approx Blumine. HEX triplet: 31, 5C and 6B. RGB value is (49,92,107). Sum of RGB (Red+Green+Blue) = 49+92+107=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #315C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C6B is #CEA394. Grayscale: #505050. Windows color (decimal): -13542293 or 7035953. OLE color: 7035953.

HSL color Cylindrical-coordinate representation of color #315C6B: hue angle of 195.52º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #315C6B is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4992107-
CMYK0.540.1400.58
HSL195.52º37.18%30.59%-
HSV(B)195.52º54.21%41.96%-
XYZ7.759.3715.31-
YUV80.85142.75105.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=19.76%
G=37.10%
B=43.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49921070.540.1400.58195.5237.1830.59
Hex315C6B36E03Ac4251f
Octal6113415366160723044537
Binary11000110111001101011110110111001110101100010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,92,107); }

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

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

 a { background-color: rgb(49,92,107); }

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

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

 span { border-color: rgb(49,92,107); }

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