#316173

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

Shades of Blumine #316173

Tints of Blumine #316173

Color information

#316173 (or 0x316173) is unknown color: approx Blumine. HEX triplet: 31, 61 and 73. RGB value is (49,97,115). Sum of RGB (Red+Green+Blue) = 49+97+115=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #316173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316173 is #CE9E8C. Grayscale: #545454. Windows color (decimal): -13541005 or 7561521. OLE color: 7561521.

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

Color convert

RGB4997115-
CMYK0.570.1600.55
HSL196.36º40.24%32.16%-
HSV(B)196.36º57.39%45.1%-
XYZ8.6410.4417.78-
YUV84.7145.1102.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=18.77%
G=37.16%
B=44.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49971150.570.1600.55196.3640.2432.16
Hex3161733910037c42820
Octal6114116371200673045040
Binary1100011100001111001111100110000011011111000100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316173; }

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

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

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

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

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

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

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

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