#316777

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

Shades of Blumine #316777

Tints of Blumine #316777

Color information

#316777 (or 0x316777) is unknown color: approx Blumine. HEX triplet: 31, 67 and 77. RGB value is (49,103,119). Sum of RGB (Red+Green+Blue) = 49+103+119=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #316777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316777 is #CE9888. Grayscale: #585858. Windows color (decimal): -13539465 or 7825201. OLE color: 7825201.

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

Color convert

RGB49103119-
CMYK0.590.1300.53
HSL193.71º41.67%32.94%-
HSV(B)193.71º58.82%46.67%-
XYZ9.4511.6919.21-
YUV88.68145.1199.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=18.08%
G=38.01%
B=43.91%

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
Decimal491031190.590.1300.53193.7141.6732.94
Hex3167773BD035c22a21
Octal6114716773150653025241
Binary110001110011111101111110111101011010111000010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316777; }

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

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

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

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

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

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

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

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