#316577

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

Shades of Blumine #316577

Tints of Blumine #316577

Color information

#316577 (or 0x316577) is unknown color: approx Blumine. HEX triplet: 31, 65 and 77. RGB value is (49,101,119). Sum of RGB (Red+Green+Blue) = 49+101+119=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #316577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316577 is #CE9A88. Grayscale: #575757. Windows color (decimal): -13539977 or 7824689. OLE color: 7824689.

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

Color convert

RGB49101119-
CMYK0.590.1500.53
HSL195.43º41.67%32.94%-
HSV(B)195.43º58.82%46.67%-
XYZ9.2511.2919.14-
YUV87.5145.77100.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.22%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=18.22%
G=37.55%
B=44.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491011190.590.1500.53195.4341.6732.94
Hex3165773BF035c32a21
Octal6114516773170653035241
Binary110001110010111101111110111111011010111000011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316577; }

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

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

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

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

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

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

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

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