#315E76

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

Shades of Blumine #315E76

Tints of Blumine #315E76

Color information

#315E76 (or 0x315E76) is unknown color: approx Blumine. HEX triplet: 31, 5E and 76. RGB value is (49,94,118). Sum of RGB (Red+Green+Blue) = 49+94+118=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #315E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E76 is #CEA189. Grayscale: #535353. Windows color (decimal): -13541770 or 7757361. OLE color: 7757361.

HSL color Cylindrical-coordinate representation of color #315E76: hue angle of 200.87º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315E76 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4994118-
CMYK0.580.2000.54
HSL200.87º41.32%32.75%-
HSV(B)200.87º58.47%46.27%-
XYZ8.549.9718.61-
YUV83.28147.59103.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=18.77%
G=36.02%
B=45.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49941180.580.2000.54200.8741.3232.75
Hex315E763A14036c92921
Octal6113616672240663115141
Binary1100011011110111011011101010100011011011001001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,94,118); }

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

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

 a { background-color: rgb(49,94,118); }

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

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

 span { border-color: rgb(49,94,118); }

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