#316074

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

Shades of Blumine #316074

Tints of Blumine #316074

Color information

#316074 (or 0x316074) is unknown color: approx Blumine. HEX triplet: 31, 60 and 74. RGB value is (49,96,116). Sum of RGB (Red+Green+Blue) = 49+96+116=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #316074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316074 is #CE9F8B. Grayscale: #545454. Windows color (decimal): -13541260 or 7626801. OLE color: 7626801.

HSL color Cylindrical-coordinate representation of color #316074: hue angle of 197.91º 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 #316074 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4996116-
CMYK0.580.1700.55
HSL197.91º40.61%32.35%-
HSV(B)197.91º57.76%45.49%-
XYZ8.610.2818.05-
YUV84.23145.93102.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=18.77%
G=36.78%
B=44.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49961160.580.1700.55197.9140.6132.35
Hex3160743A11037c62920
Octal6114016472210673065140
Binary1100011100000111010011101010001011011111000110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316074; }

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

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

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

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

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

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

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

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