#316878

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

Shades of Blumine #316878

Tints of Blumine #316878

Color information

#316878 (or 0x316878) is unknown color: approx Blumine. HEX triplet: 31, 68 and 78. RGB value is (49,104,120). Sum of RGB (Red+Green+Blue) = 49+104+120=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #316878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316878 is #CE9787. Grayscale: #595959. Windows color (decimal): -13539208 or 7890993. OLE color: 7890993.

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

Color convert

RGB49104120-
CMYK0.590.1300.53
HSL193.52º42.01%33.14%-
HSV(B)193.52º59.17%47.06%-
XYZ9.6111.9119.56-
YUV89.38145.2899.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=17.95%
G=38.10%
B=43.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491041200.590.1300.53193.5242.0133.14
Hex3168783BD035c22a21
Octal6115017073150653025241
Binary110001110100011110001110111101011010111000010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316878; }

 p { color: rgb(49,104,120); }

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

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

 a { background-color: rgb(49,104,120); }

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

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

 span { border-color: rgb(49,104,120); }

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