#315D77

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

Shades of Blumine #315D77

Tints of Blumine #315D77

Color information

#315D77 (or 0x315D77) is unknown color: approx Blumine. HEX triplet: 31, 5D and 77. RGB value is (49,93,119). Sum of RGB (Red+Green+Blue) = 49+93+119=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #315D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D77 is #CEA288. Grayscale: #525252. Windows color (decimal): -13542025 or 7822641. OLE color: 7822641.

HSL color Cylindrical-coordinate representation of color #315D77: hue angle of 202.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315D77 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4993119-
CMYK0.590.2200.53
HSL202.29º41.67%32.94%-
HSV(B)202.29º58.82%46.67%-
XYZ8.519.8118.9-
YUV82.81148.42103.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=18.77%
G=35.63%
B=45.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49931190.590.2200.53202.2941.6732.94
Hex315D773B16035ca2a21
Octal6113516773260653125241
Binary1100011011101111011111101110110011010111001010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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