#316776

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

Shades of Blumine #316776

Tints of Blumine #316776

Color information

#316776 (or 0x316776) is unknown color: approx Blumine. HEX triplet: 31, 67 and 76. RGB value is (49,103,118). Sum of RGB (Red+Green+Blue) = 49+103+118=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #316776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316776 is #CE9889. Grayscale: #585858. Windows color (decimal): -13539466 or 7759665. OLE color: 7759665.

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

Color convert

RGB49103118-
CMYK0.580.1300.54
HSL193.04º41.32%32.75%-
HSV(B)193.04º58.47%46.27%-
XYZ9.3911.6618.9-
YUV88.56144.6199.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=18.15%
G=38.15%
B=43.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491031180.580.1300.54193.0441.3232.75
Hex3167763AD036c12921
Octal6114716672150663015141
Binary110001110011111101101110101101011011011000001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316776; }

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

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

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

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

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

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

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

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