#316079

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

Shades of Blumine #316079

Tints of Blumine #316079

Color information

#316079 (or 0x316079) is unknown color: approx Blumine. HEX triplet: 31, 60 and 79. RGB value is (49,96,121). Sum of RGB (Red+Green+Blue) = 49+96+121=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 121 - color contains mainly: blue. Hex color #316079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316079 is #CE9F86. Grayscale: #545454. Windows color (decimal): -13541255 or 7954481. OLE color: 7954481.

HSL color Cylindrical-coordinate representation of color #316079: hue angle of 200.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #316079 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4996121-
CMYK0.600.2100.53
HSL200.83º42.35%33.33%-
HSV(B)200.83º59.5%47.45%-
XYZ8.910.419.63-
YUV84.8148.43102.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 121 (47.66% from 255) = 45.49%
R=18.42%
G=36.09%
B=45.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49961210.600.2100.53200.8342.3533.33
Hex3160793C15035c92a21
Octal6114017174250653115241
Binary1100011100000111100111110010101011010111001001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316079; }

 p { color: rgb(49,96,121); }

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

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

 a { background-color: rgb(49,96,121); }

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

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

 span { border-color: rgb(49,96,121); }

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