#316474

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

Shades of Blumine #316474

Tints of Blumine #316474

Color information

#316474 (or 0x316474) is unknown color: approx Blumine. HEX triplet: 31, 64 and 74. RGB value is (49,100,116). Sum of RGB (Red+Green+Blue) = 49+100+116=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #316474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316474 is #CE9B8B. Grayscale: #565656. Windows color (decimal): -13540236 or 7627825. OLE color: 7627825.

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

Color convert

RGB49100116-
CMYK0.580.1400.55
HSL194.33º40.61%32.35%-
HSV(B)194.33º57.76%45.49%-
XYZ8.9811.0318.18-
YUV86.58144.6101.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=18.49%
G=37.74%
B=43.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491001160.580.1400.55194.3340.6132.35
Hex3164743AE037c22920
Octal6114416472160673025140
Binary110001110010011101001110101110011011111000010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316474; }

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

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

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

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

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

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

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

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