#315D6A

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

Shades of Blumine #315D6A

Tints of Blumine #315D6A

Color information

#315D6A (or 0x315D6A) is unknown color: approx Blumine. HEX triplet: 31, 5D and 6A. RGB value is (49,93,106). Sum of RGB (Red+Green+Blue) = 49+93+106=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #315D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D6A is #CEA295. Grayscale: #515151. Windows color (decimal): -13542038 or 6970673. OLE color: 6970673.

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

Color convert

RGB4993106-
CMYK0.540.1200.58
HSL193.68º36.77%30.39%-
HSV(B)193.68º53.77%41.57%-
XYZ7.789.5215.06-
YUV81.33141.92104.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 106 (41.80% from 255) = 42.74%
R=19.76%
G=37.5%
B=42.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49931060.540.1200.58193.6836.7730.39
Hex315D6A36C03Ac2251e
Octal6113515266140723024536
Binary11000110111011101010110110110001110101100001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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