#316179

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

Shades of Blumine #316179

Tints of Blumine #316179

Color information

#316179 (or 0x316179) is unknown color: approx Blumine. HEX triplet: 31, 61 and 79. RGB value is (49,97,121). Sum of RGB (Red+Green+Blue) = 49+97+121=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #316179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316179 is #CE9E86. Grayscale: #555555. Windows color (decimal): -13540999 or 7954737. OLE color: 7954737.

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

Color convert

RGB4997121-
CMYK0.600.2000.53
HSL200º42.35%33.33%-
HSV(B)200º59.5%47.45%-
XYZ8.9910.5819.66-
YUV85.38148.1102.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=18.35%
G=36.33%
B=45.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49971210.600.2000.5320042.3533.33
Hex3161793C14035c82a21
Octal6114117174240653105241
Binary1100011100001111100111110010100011010111001000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316179; }

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

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

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

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

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

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

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

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