#316374

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

Shades of Blumine #316374

Tints of Blumine #316374

Color information

#316374 (or 0x316374) is unknown color: approx Blumine. HEX triplet: 31, 63 and 74. RGB value is (49,99,116). Sum of RGB (Red+Green+Blue) = 49+99+116=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #316374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316374 is #CE9C8B. Grayscale: #555555. Windows color (decimal): -13540492 or 7627569. OLE color: 7627569.

HSL color Cylindrical-coordinate representation of color #316374: hue angle of 195.22º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316374 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4999116-
CMYK0.580.1500.55
HSL195.22º40.61%32.35%-
HSV(B)195.22º57.76%45.49%-
XYZ8.8810.8418.15-
YUV85.99144.94101.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=18.56%
G=37.5%
B=43.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49991160.580.1500.55195.2240.6132.35
Hex3163743AF037c32920
Octal6114316472170673035140
Binary110001110001111101001110101111011011111000011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316374; }

 p { color: rgb(49,99,116); }

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

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

 a { background-color: rgb(49,99,116); }

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

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

 span { border-color: rgb(49,99,116); }

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