#316476

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

Shades of Blumine #316476

Tints of Blumine #316476

Color information

#316476 (or 0x316476) is unknown color: approx Blumine. HEX triplet: 31, 64 and 76. RGB value is (49,100,118). Sum of RGB (Red+Green+Blue) = 49+100+118=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #316476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316476 is #CE9B89. Grayscale: #565656. Windows color (decimal): -13540234 or 7758897. OLE color: 7758897.

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

Color convert

RGB49100118-
CMYK0.580.1500.54
HSL195.65º41.32%32.75%-
HSV(B)195.65º58.47%46.27%-
XYZ9.0911.0818.8-
YUV86.8145.6101.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=18.35%
G=37.45%
B=44.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491001180.580.1500.54195.6541.3232.75
Hex3164763AF036c42921
Octal6114416672170663045141
Binary110001110010011101101110101111011011011000100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316476; }

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

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

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

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

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

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

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

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