#315F76

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

Shades of Blumine #315F76

Tints of Blumine #315F76

Color information

#315F76 (or 0x315F76) is unknown color: approx Blumine. HEX triplet: 31, 5F and 76. RGB value is (49,95,118). Sum of RGB (Red+Green+Blue) = 49+95+118=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #315F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F76 is #CEA089. Grayscale: #535353. Windows color (decimal): -13541514 or 7757617. OLE color: 7757617.

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

Color convert

RGB4995118-
CMYK0.580.1900.54
HSL200º41.32%32.75%-
HSV(B)200º58.47%46.27%-
XYZ8.6310.1518.64-
YUV83.87147.26103.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=18.70%
G=36.26%
B=45.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49951180.580.1900.5420041.3232.75
Hex315F763A13036c82921
Octal6113716672230663105141
Binary1100011011111111011011101010011011011011001000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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