#315B6A

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

Shades of Blumine #315B6A

Tints of Blumine #315B6A

Color information

#315B6A (or 0x315B6A) is unknown color: approx Blumine. HEX triplet: 31, 5B and 6A. RGB value is (49,91,106). Sum of RGB (Red+Green+Blue) = 49+91+106=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #315B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B6A is #CEA495. Grayscale: #505050. Windows color (decimal): -13542550 or 6970161. OLE color: 6970161.

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

Color convert

RGB4991106-
CMYK0.540.1400.58
HSL195.79º36.77%30.39%-
HSV(B)195.79º53.77%41.57%-
XYZ7.619.1815.01-
YUV80.15142.59105.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 91 (35.94% from 255) = 36.99%
BLUE value IS 106 (41.80% from 255) = 43.09%
R=19.92%
G=36.99%
B=43.09%

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
Decimal49911060.540.1400.58195.7936.7730.39
Hex315B6A36E03Ac4251e
Octal6113315266160723044536
Binary11000110110111101010110110111001110101100010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,91,106); }

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

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

 a { background-color: rgb(49,91,106); }

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

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

 span { border-color: rgb(49,91,106); }

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