#316579

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

Shades of Blumine #316579

Tints of Blumine #316579

Color information

#316579 (or 0x316579) is unknown color: approx Blumine. HEX triplet: 31, 65 and 79. RGB value is (49,101,121). Sum of RGB (Red+Green+Blue) = 49+101+121=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #316579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316579 is #CE9A86. Grayscale: #575757. Windows color (decimal): -13539975 or 7955761. OLE color: 7955761.

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

Color convert

RGB49101121-
CMYK0.600.1700.53
HSL196.67º42.35%33.33%-
HSV(B)196.67º59.5%47.45%-
XYZ9.3711.3419.78-
YUV87.73146.77100.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=18.08%
G=37.27%
B=44.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491011210.600.1700.53196.6742.3533.33
Hex3165793C11035c52a21
Octal6114517174210653055241
Binary1100011100101111100111110010001011010111000101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316579; }

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

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

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

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

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

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

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

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