#315C6A

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

Shades of Blumine #315C6A

Tints of Blumine #315C6A

Color information

#315C6A (or 0x315C6A) is unknown color: approx Blumine. HEX triplet: 31, 5C and 6A. RGB value is (49,92,106). Sum of RGB (Red+Green+Blue) = 49+92+106=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #315C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C6A is #CEA395. Grayscale: #505050. Windows color (decimal): -13542294 or 6970417. OLE color: 6970417.

HSL color Cylindrical-coordinate representation of color #315C6A: hue angle of 194.74º 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 #315C6A is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4992106-
CMYK0.540.1300.58
HSL194.74º36.77%30.39%-
HSV(B)194.74º53.77%41.57%-
XYZ7.79.3515.03-
YUV80.74142.25105.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 92 (36.33% from 255) = 37.25%
BLUE value IS 106 (41.80% from 255) = 42.91%
R=19.84%
G=37.25%
B=42.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49921060.540.1300.58194.7436.7730.39
Hex315C6A36D03Ac3251e
Octal6113415266150723034536
Binary11000110111001101010110110110101110101100001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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