#316178

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

Shades of Blumine #316178

Tints of Blumine #316178

Color information

#316178 (or 0x316178) is unknown color: approx Blumine. HEX triplet: 31, 61 and 78. RGB value is (49,97,120). Sum of RGB (Red+Green+Blue) = 49+97+120=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #316178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316178 is #CE9E87. Grayscale: #555555. Windows color (decimal): -13541000 or 7889201. OLE color: 7889201.

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

Color convert

RGB4997120-
CMYK0.590.1900.53
HSL199.44º42.01%33.14%-
HSV(B)199.44º59.17%47.06%-
XYZ8.9310.5619.34-
YUV85.27147.6102.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=18.42%
G=36.47%
B=45.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49971200.590.1900.53199.4442.0133.14
Hex3161783B13035c72a21
Octal6114117073230653075241
Binary1100011100001111100011101110011011010111000111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316178; }

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

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

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

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

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

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

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

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